Change default PAN ID for the CC2538DK platform to 0xABCD

This commit is contained in:
George Oikonomou 2014-12-08 22:32:55 +00:00
parent 73a133373a
commit 8fe5456588

View file

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