mirror of
https://github.com/oliverschmidt/contiki.git
synced 2025-02-02 09:33:29 +00:00
Change default PAN ID for the CC2538DK platform to 0xABCD
This commit is contained in:
parent
73a133373a
commit
8fe5456588
@ -390,7 +390,7 @@ typedef uint32_t rtimer_clock_t;
|
|||||||
*/
|
*/
|
||||||
/* RF Config */
|
/* RF Config */
|
||||||
#ifndef IEEE802154_CONF_PANID
|
#ifndef IEEE802154_CONF_PANID
|
||||||
#define IEEE802154_CONF_PANID 0x5449 /**< Default PAN ID: TI */
|
#define IEEE802154_CONF_PANID 0xABCD
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef CC2538_RF_CONF_CHANNEL
|
#ifndef CC2538_RF_CONF_CHANNEL
|
||||||
|
Loading…
x
Reference in New Issue
Block a user