mirror of
https://github.com/iNavFlight/inav.git
synced 2025-07-26 17:55:28 +03:00
Update navigation.c
This commit is contained in:
parent
1452a5a772
commit
57fbb4c341
1 changed files with 0 additions and 1 deletions
|
@ -3334,7 +3334,6 @@ static navigationFSMEvent_t selectNavEventFromBoxModeInput(void)
|
|||
* If caused by sensor failure - landing auto cancelled if sensors working again or when WP and RTH deselected or if Althold selected.
|
||||
* If caused by RTH Sanity Checking - landing cancelled if RTH deselected.
|
||||
* Remains active if failsafe active regardless of mode selections */
|
||||
// CR61
|
||||
if (navigationIsExecutingAnEmergencyLanding()) {
|
||||
bool autonomousNavIsPossible = canActivateNavigation && canActivateAltHold && STATE(GPS_FIX_HOME);
|
||||
bool emergLandingCancel = (!autonomousNavIsPossible &&
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue