bugfix define panid

This commit is contained in:
Harald Pichler 2014-05-15 15:34:05 +02:00
parent 56f6f87c94
commit 7c0cd36a77
2 changed files with 3 additions and 2 deletions

View file

@ -50,6 +50,8 @@
#include <stdint.h>
#define IEEE802154_CONF_PANID 0xAAAA // default panid
/* The AVR tick interrupt usually is done with an 8 bit counter around 128 Hz.
* 125 Hz needs slightly more overhead during the interrupt, as does a 32 bit
* clock_time_t.

View file

@ -13,8 +13,7 @@
* Note the parameters in this file can be changed without forcing a complete rebuild.
*/
// default settings
#define CHANNEL_802_15_4 26 // default frequency (11-26)
#define IEEE802154_CONF_PANID 0xABCD // default panid
#define CHANNEL_802_15_4 26 // default frequency (11-26)
// end default settings