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

Increased EEPROM config version after 3.2.0-RC6 release.

This commit is contained in:
mikeller 2017-10-05 03:49:42 +13:00
parent 36c91c76f6
commit 59ec9b9e34

View file

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