mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-03-16 08:29:15 +01:00
LP-309 uncrustified
This commit is contained in:
parent
5205d95a8c
commit
ce14c68a7f
@ -204,7 +204,7 @@ void armHandler(bool newinit, FrameType_t frameType)
|
||||
}
|
||||
|
||||
// ignore previous arming input level if not transitioning from fully ARMED/DISARMED states.
|
||||
if((armState != ARM_STATE_DISARMED) && (armState != ARM_STATE_ARMED)) {
|
||||
if ((armState != ARM_STATE_DISARMED) && (armState != ARM_STATE_ARMED)) {
|
||||
previousArmingInputLevel = 0.0f;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user