1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-25 17:25:20 +03:00

Allow gyro-less booting

This commit is contained in:
jflyper 2017-06-30 08:51:06 +09:00
parent b9f533abe3
commit adee15a806
5 changed files with 15 additions and 5 deletions

View file

@ -46,6 +46,11 @@ bool isArmingDisabled()
return armingDisableFlags;
}
armingDisableFlags_e getArmingDisableFlags(void)
{
return armingDisableFlags;
}
/**
* Enables the given flight mode. A beep is sounded if the flight mode
* has changed. Returns the new 'flightModeFlags' value.