Fix missing ) from ea386e6da2
This commit is contained in:
parent
2ac7282314
commit
de9a89ca85
|
@ -226,7 +226,7 @@ float autotune(angle_index_t angleIndex, const rollAndPitchInclination_t *inclin
|
||||||
return errorAngle;
|
return errorAngle;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (IS_PID_CONTROLLER_FP_BASED(pidController) {
|
if (IS_PID_CONTROLLER_FP_BASED(pidController)) {
|
||||||
// TODO support floating point based pid controllers
|
// TODO support floating point based pid controllers
|
||||||
return errorAngle;
|
return errorAngle;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue