Image Writer
/
00_eeprom_emulation_f746
EEPROM emulation for Nucleo F746ZG
Diff: eeprom/eeprom.h
- Revision:
- 3:1002a12961c5
- Parent:
- 2:c6895dd2d958
--- a/eeprom/eeprom.h Mon Nov 26 11:42:11 2018 +0000 +++ b/eeprom/eeprom.h Tue Dec 04 12:34:09 2018 +0000 @@ -121,7 +121,7 @@ #define PAGE_FULL ((uint8_t)0x80) /* Variables' number */ -#define NB_OF_VAR ((uint8_t)0x03) +#define NB_OF_VAR ((uint8_t)0x04) /* Exported types ------------------------------------------------------------*/ /* Exported macro ------------------------------------------------------------*/