This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
这个头文件中又如下声明:
#if defined ( ZIGBEEPRO )
#if !defined ( ZIGBEE_STOCHASTIC_ADDRESSING )
#define ZIGBEE_STOCHASTIC_ADDRESSING
#define ZIGBEE_NWK_UNIQUE_ADDR_CHECK
#endif
。。。。。。。。。略去中间内容
#else
#define NWK_LINK_STATUS_PERIOD 0
#endif
请问ZIGBEEPRO这个宏名是在哪里定义的呢?是不是在编译工程的时候选择带pro后缀的选项,如“CoordinatorEB-Pro”,系统会在后台对这个宏名进行声明的(个人理解)?