EEE4STM32/eepromConf.h
Nima Askari ----- نیما عسکری cc2bdff2cc
V 1.1.0
2020-01-11 12:34:18 +03:30

14 lines
435 B
C

#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