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

Fix missing ) from ea386e6da2

This commit is contained in:
Dominic Clifton 2015-01-30 21:47:29 +01:00
parent 2ac7282314
commit de9a89ca85

View file

@ -226,7 +226,7 @@ float autotune(angle_index_t angleIndex, const rollAndPitchInclination_t *inclin
return errorAngle;
}
if (IS_PID_CONTROLLER_FP_BASED(pidController) {
if (IS_PID_CONTROLLER_FP_BASED(pidController)) {
// TODO support floating point based pid controllers
return errorAngle;
}