mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-25 17:25:20 +03:00
Fixed arming condition check when 'gyro calibration on first arm' is activated.
This commit is contained in:
parent
840070b5df
commit
70cd6bdc38
2 changed files with 2 additions and 2 deletions
|
@ -49,7 +49,7 @@ void unsetArmingDisabled(armingDisableFlags_e flag)
|
|||
armingDisableFlags = armingDisableFlags & ~flag;
|
||||
}
|
||||
|
||||
bool isArmingDisabled()
|
||||
bool isArmingDisabled(void)
|
||||
{
|
||||
return armingDisableFlags;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue