bugfix compile example settings-example
This commit is contained in:
parent
0859e3442c
commit
bfdae2a7a7
|
@ -49,6 +49,12 @@
|
|||
#define F_CPU 16000000UL
|
||||
#endif
|
||||
|
||||
#include <avr/eeprom.h>
|
||||
|
||||
/* Skip the last four bytes of the EEPROM, to leave room for things
|
||||
* like the avrdude erase count and bootloader signaling. */
|
||||
#define EEPROM_CONF_SIZE ((E2END + 1) - 4)
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
#define IEEE802154_CONF_PANID 0xABCD // default panid
|
||||
|
|
Loading…
Reference in a new issue