feat: force eeprom reset on flash

This commit is contained in:
Florian Didron
2019-08-14 10:24:00 +09:00
committed by Florian Didron
parent 87487abd05
commit 2db33bc5e1

View File

@@ -22,7 +22,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#include <stdbool.h>
#define EECONFIG_MAGIC_NUMBER (uint16_t)0xFEED
#define EECONFIG_MAGIC_NUMBER (uint16_t)0xFEEE
#define EECONFIG_MAGIC_NUMBER_OFF (uint16_t)0xFFFF
/* EEPROM parameter address */