bugfix compile example settings-example

master
Harald Pichler 2017-08-16 16:13:34 +02:00
parent 0859e3442c
commit bfdae2a7a7
1 changed files with 6 additions and 0 deletions

View File

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