bugfix define panid
This commit is contained in:
parent
be01bf77a9
commit
2a63d0a972
2 changed files with 3 additions and 2 deletions
|
@ -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.
|
||||
|
|
|
@ -14,7 +14,6 @@
|
|||
*/
|
||||
// default settings
|
||||
#define CHANNEL_802_15_4 26 // default frequency (11-26)
|
||||
#define IEEE802154_CONF_PANID 0xABCD // default panid
|
||||
|
||||
// end default settings
|
||||
|
||||
|
|
Loading…
Reference in a new issue