EEMEM defination added.
This commit is contained in:
parent
5de4018375
commit
89ae3edfcb
1 changed files with 3 additions and 0 deletions
|
@ -14,3 +14,6 @@
|
||||||
|
|
||||||
#define MAX_EEPROM_FRAMES 32
|
#define MAX_EEPROM_FRAMES 32
|
||||||
|
|
||||||
|
#ifndef EEMEM
|
||||||
|
#define EEMEM __attribute__ ((section (".eeprom")))
|
||||||
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue