Delete eepromConfig.h

This commit is contained in:
Nima Askari ----- نیما عسکری 2020-01-11 12:34:39 +03:30 committed by GitHub
parent cc2bdff2cc
commit 1e65f56b0a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,13 +0,0 @@
#ifndef __EEPROMCONFIG_H
#define __EEPROMCONFIG_H
#define _EEPROM_AUTO_ERASE___NEED_MORE_RAM (0) // store old data
#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