mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-20 23:05:19 +03:00
When GPS Rescue is engaged after a Failsafe, pilot has to manually sw… (#7936)
When GPS Rescue is engaged after a Failsafe, pilot has to manually sw…
This commit is contained in:
commit
b9fc77db3b
8 changed files with 45 additions and 11 deletions
|
@ -589,6 +589,11 @@ bool isUsingSticksForArming(void)
|
|||
return isUsingSticksToArm;
|
||||
}
|
||||
|
||||
bool areSticksActive(uint8_t stickPercentLimit) {
|
||||
UNUSED(stickPercentLimit);
|
||||
return false;
|
||||
}
|
||||
|
||||
void beeperConfirmationBeeps(uint8_t beepCount) { UNUSED(beepCount); }
|
||||
|
||||
bool crashRecoveryModeActive(void) { return false; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue