mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-16 12:55:19 +03:00
Merge pull request #4795 from mikeller/update_eeprom_version
Updated EEPROM config version to 167.
This commit is contained in:
commit
6ed62b5761
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
#include <stdbool.h>
|
#include <stdbool.h>
|
||||||
|
|
||||||
#define EEPROM_CONF_VERSION 165
|
#define EEPROM_CONF_VERSION 167
|
||||||
|
|
||||||
bool isEEPROMContentValid(void);
|
bool isEEPROMContentValid(void);
|
||||||
bool loadEEPROM(void);
|
bool loadEEPROM(void);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue