#ifndef COMPILER_H
# define COMPILER_H
/**********************************************************************************************************************
* INCLUDES
*********************************************************************************************************************/
# include "Compiler_Cfg.h"
/**********************************************************************************************************************
* GLOBAL CONSTANT MACROS
*********************************************************************************************************************/
# define _GREENHILLS_C_RH850_
/* AUTOMATIC used for the declaration of local pointers */
# define AUTOMATIC
/* TYPEDEF shall be used within type definitions, where no memory qualifier can be specified */
# define TYPEDEF
/* NULL_PTR define with a void pointer to zero (the usage does not lead to compile warnings about implicit casts) */
# ifndef NULL_PTR
# define NULL_PTR ((void *)0)
#
恶心的AUTOSAR式宏定义法
最新推荐文章于 2024-05-27 21:00:00 发布
博客围绕单片机展开,但具体内容缺失。单片机在嵌入式硬件等领域有重要应用,可用于实现各种控制功能。

最低0.47元/天 解锁文章
5797

被折叠的 条评论
为什么被折叠?



