Read IEEE address from InfoPage by default

This commit is contained in:
George Oikonomou 2013-08-06 20:01:36 +01:00
parent 6b01b36cc9
commit 81318909e0

View file

@ -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
/**