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

Fix for uncalculated throttle

This commit is contained in:
borisbstyle 2017-02-07 21:14:24 +01:00
parent 89527df273
commit c854ea771d
2 changed files with 2 additions and 1 deletions

View file

@ -1164,6 +1164,7 @@ void changeControlRateProfile(uint8_t profileIndex)
profileIndex = MAX_RATEPROFILES - 1;
}
setControlRateProfile(profileIndex);
generateThrottleCurve();
}
void beeperOffSet(uint32_t mask)