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

Merge pull request #11644 from klutvott123/increment-eeprom-version

This commit is contained in:
J Blackman 2022-06-11 18:12:56 +10:00 committed by GitHub
commit 229ac66755
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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