1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-25 17:25:20 +03:00

Removing unused PIDWeight variable.

This commit is contained in:
Dominic Clifton 2015-06-26 17:49:34 +01:00
parent 0608601644
commit d2f878ef00
2 changed files with 1 additions and 2 deletions

View file

@ -128,7 +128,7 @@ static uint32_t activeFeaturesLatch = 0;
static uint8_t currentControlRateProfileIndex = 0;
controlRateConfig_t *currentControlRateProfile;
static const uint8_t EEPROM_CONF_VERSION = 102;
static const uint8_t EEPROM_CONF_VERSION = 103;
static void resetAccelerometerTrims(flightDynamicsTrims_t *accelerometerTrims)
{