1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-03-16 08:29:15 +01:00

OP-1843 - uncrustify

This commit is contained in:
Rodney Grainger 2015-04-14 22:00:11 +12:00
parent 115b206032
commit aa9ed6a62a

View File

@ -253,7 +253,7 @@ static void stabilizationInnerloopTask()
if (reinit) {
stabSettings.innerPids[t].iAccumulator = 0;
}
// Any self leveling on roll or pitch must prevent pirouette compenstation
// Any self leveling on roll or pitch must prevent pirouette compensation
if (t < STABILIZATIONSTATUS_INNERLOOP_YAW && StabilizationStatusOuterLoopToArray(outerLoop)[t] != STABILIZATIONSTATUS_OUTERLOOP_DIRECT) {
allowPiroComp = false;
}