EEE4STM32/eepromConfig.h

14 lines
454 B
C
Raw Normal View History

2017-04-11 17:43:59 +02:00
#ifndef __EEPROMCONFIG_H
#define __EEPROMCONFIG_H
2020-01-11 09:57:06 +01:00
#define _EEPROM_AUTO_ERASE___NEED_MORE_RAM (0) // store old data
2017-04-11 17:43:59 +02:00
2020-01-11 09:57:06 +01:00
#define _EEPROM_F030x4_F030x6_F070x6_F030x8 (1)
#define _EEPROM_F1_LOW_DESTINY (0)
#define _EEPROM_F1_MEDIUM_DESTINY (0)
#define _EEPROM_F1_HIGH_DESTINY (0)
2017-04-11 17:43:59 +02:00
2020-01-11 09:57:06 +01:00
#define _EEPROM_USE_FLASH_PAGE (15)
2017-04-11 17:43:59 +02:00
#endif