1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-16 21:05:35 +03:00

Update EEPROM version for 4.5 (#13498)

This commit is contained in:
Mark Haslinghuis 2024-04-28 03:51:47 +02:00 committed by GitHub
parent 565de1b68b
commit c155f5830d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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