mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-17 13:25:30 +03:00
Increment eeprom version
Increment eeprom version. Merge before release of 4.3 final.
This commit is contained in:
parent
69126eaa81
commit
724331af8e
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue