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

Merge pull request #4795 from mikeller/update_eeprom_version

Updated EEPROM config version to 167.
This commit is contained in:
Michael Keller 2017-12-21 14:26:21 +13:00 committed by GitHub
commit 6ed62b5761
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -20,7 +20,7 @@
#include <stdint.h>
#include <stdbool.h>
#define EEPROM_CONF_VERSION 165
#define EEPROM_CONF_VERSION 167
bool isEEPROMContentValid(void);
bool loadEEPROM(void);