Config.h usage in Thread example projects

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

Config.h usage in Thread example projects

跳至解决方案
1,585 次查看
sund-aci
Contributor II

I have looked at a few of the example projects for Thread (hybrid ble thread router, low power end device).  The source folder includes a config.h file that appears to set a bunch of defines for configuring the different options for the code, but I don't see anywhere where config.h get included in the project.  Am I missing something?  Do modifying these defines change the device behavior in any way? thread

标签 (2)
标记 (1)
1 解答
1,442 次查看
sund-aci
Contributor II

I found the answer myself.  It is included at build time using -imacros "<path>/config.h"

在原帖中查看解决方案

1 回复
1,443 次查看
sund-aci
Contributor II

I found the answer myself.  It is included at build time using -imacros "<path>/config.h"