Remove left-over instances of WITH_TINYOS_AUTO_IDS

This commit is contained in:
Simon Duquennoy 2018-05-25 12:29:26 -07:00
parent 347ccab765
commit 1f5d109f33
2 changed files with 0 additions and 8 deletions

View File

@ -158,10 +158,6 @@ xosc_init(void)
return bAHI_Set32KhzClockMode(E_AHI_XTAL);
}
/*---------------------------------------------------------------------------*/
#if WITH_TINYOS_AUTO_IDS
uint16_t TOS_NODE_ID = 0x1234; /* non-zero */
uint16_t TOS_LOCAL_ADDRESS = 0x1234; /* non-zero */
#endif /* WITH_TINYOS_AUTO_IDS */
void
platform_init_stage_one(void)
{

View File

@ -111,10 +111,6 @@ set_lladdr(void)
linkaddr_set_node_addr(&addr);
}
/*---------------------------------------------------------------------------*/
#if WITH_TINYOS_AUTO_IDS
uint16_t TOS_NODE_ID = 0x1234; /* non-zero */
uint16_t TOS_LOCAL_ADDRESS = 0x1234; /* non-zero */
#endif /* WITH_TINYOS_AUTO_IDS */
void
platform_init_stage_one(void)
{