Read IEEE address from InfoPage by default
This commit is contained in:
parent
6b01b36cc9
commit
81318909e0
1 changed files with 1 additions and 1 deletions
|
@ -256,7 +256,7 @@ typedef uint32_t rtimer_clock_t;
|
|||
* 1 => Use a hardcoded address, configured by IEEE_ADDR_CONF_ADDRESS
|
||||
*/
|
||||
#ifndef IEEE_ADDR_CONF_HARDCODED
|
||||
#define IEEE_ADDR_CONF_HARDCODED 1
|
||||
#define IEEE_ADDR_CONF_HARDCODED 0
|
||||
#endif
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue