bugfix compile example settings-example

This commit is contained in:
Harald Pichler 2017-08-16 16:13:34 +02:00
parent 0859e3442c
commit bfdae2a7a7

View file

@ -49,6 +49,12 @@
#define F_CPU 16000000UL #define F_CPU 16000000UL
#endif #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> #include <stdint.h>
#define IEEE802154_CONF_PANID 0xABCD // default panid #define IEEE802154_CONF_PANID 0xABCD // default panid