mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-16 04:45:24 +03:00
Update EEPROM version for 4.5 (#13498)
This commit is contained in:
parent
565de1b68b
commit
c155f5830d
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue