EEE4STM32/eepromConfig.h
Nima Askari ----- نیما عسکری a52d4c2120
Add F0
2019-02-19 12:28:20 +03:30

13 lines
323 B
C

#ifndef __EEPROMCONFIG_H
#define __EEPROMCONFIG_H
#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 (31)
#endif