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:
commit
229ac66755
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