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:
parent
b9f533abe3
commit
adee15a806
5 changed files with 15 additions and 5 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue