Config.h usage in Thread example projects

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Config.h usage in Thread example projects

Jump to solution
836 Views
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

Labels (2)
Tags (1)
1 Solution
693 Views
sund-aci
Contributor II

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

View solution in original post

1 Reply
694 Views
sund-aci
Contributor II

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