EEE4STM32/eepromConf.h

14 lines
435 B
C
Raw Normal View History

2020-01-11 10:04:18 +01:00
#ifndef __EEPROMCONFIG_H
#define __EEPROMCONFIG_H
#define _EEPROM_STORE_BEFOR_ERASE___NEED_MORE_RAM (0)
#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)
#define _EEPROM_USE_FLASH_PAGE (15)
#endif