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

Fixed parameter group violations in motorDevConfig_t, incremented EEPROM config version before 3.3.0 release.

This commit is contained in:
mikeller 2018-02-13 19:08:55 +13:00 committed by Michael Keller
parent a301a0019e
commit 7192e9de19
3 changed files with 3 additions and 4 deletions

View file

@ -66,7 +66,7 @@ PG_RESET_TEMPLATE(mixerConfig_t, mixerConfig,
.yaw_motors_reversed = false,
);
PG_REGISTER_WITH_RESET_FN(motorConfig_t, motorConfig, PG_MOTOR_CONFIG, 0);
PG_REGISTER_WITH_RESET_FN(motorConfig_t, motorConfig, PG_MOTOR_CONFIG, 1);
void pgResetFn_motorConfig(motorConfig_t *motorConfig)
{