标签: c c-preprocessor
我正在查看微处理器的一些提供的C头,它们包含如下代码:
#define TMR2 TMR2 extern volatile unsigned int TMR2 __attribute__((section("sfrs")));
此#define的目的是什么?
#define