Skip to content

Commit

Permalink
EEPROM version
Browse files Browse the repository at this point in the history
  • Loading branch information
Bengt-M committed May 27, 2016
1 parent 537d6c2 commit 8612472
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/config/config.c
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ static uint32_t activeFeaturesLatch = 0;
static uint8_t currentControlRateProfileIndex = 0;
controlRateConfig_t *currentControlRateProfile;

static const uint8_t EEPROM_CONF_VERSION = 113;//TODO: Step up
static const uint8_t EEPROM_CONF_VERSION = 114;

void resetPidProfile(pidProfile_t *pidProfile)
{
Expand Down

0 comments on commit 8612472

Please sign in to comment.