1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-15 20:35:33 +03:00

Increment eeprom version

Increment eeprom version. Merge before release of 4.3 final.
This commit is contained in:
Hans Christian Olaussen 2022-06-10 23:48:43 +02:00
parent 69126eaa81
commit 724331af8e

View file

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