1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-16 04:45:24 +03:00

Incremented EEPROM config version for the 4.0 release.

This commit is contained in:
Michael Keller 2019-04-11 16:01:56 +12:00
parent f16054624e
commit a5678de337

View file

@ -23,7 +23,7 @@
#include <stdint.h>
#include <stdbool.h>
#define EEPROM_CONF_VERSION 171
#define EEPROM_CONF_VERSION 172
bool isEEPROMVersionValid(void);
bool isEEPROMStructureValid(void);