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:
parent
115b206032
commit
aa9ed6a62a
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user