bugfix define panid
This commit is contained in:
parent
56f6f87c94
commit
7c0cd36a77
2 changed files with 3 additions and 2 deletions
|
@ -50,6 +50,8 @@
|
||||||
|
|
||||||
#include <stdint.h>
|
#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.
|
/* 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
|
* 125 Hz needs slightly more overhead during the interrupt, as does a 32 bit
|
||||||
* clock_time_t.
|
* clock_time_t.
|
||||||
|
|
|
@ -13,8 +13,7 @@
|
||||||
* Note the parameters in this file can be changed without forcing a complete rebuild.
|
* Note the parameters in this file can be changed without forcing a complete rebuild.
|
||||||
*/
|
*/
|
||||||
// default settings
|
// default settings
|
||||||
#define CHANNEL_802_15_4 26 // default frequency (11-26)
|
#define CHANNEL_802_15_4 26 // default frequency (11-26)
|
||||||
#define IEEE802154_CONF_PANID 0xABCD // default panid
|
|
||||||
|
|
||||||
// end default settings
|
// end default settings
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue