1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-16 04:45:24 +03:00

Updated EEPROM config version to 167.

This commit is contained in:
Michael Keller 2017-12-21 07:43:38 +13:00
parent 03a4426fe1
commit d67e3e88a3

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);