mirror of
https://github.com/iNavFlight/inav.git
synced 2025-07-24 00:35:34 +03:00
Update navigation_fixedwing.c
This commit is contained in:
parent
35cf5e89a3
commit
b485a6d116
1 changed files with 1 additions and 1 deletions
|
@ -651,7 +651,7 @@ void applyFixedWingNavigationController(navigationFSMStateFlags_t navStateFlags,
|
|||
applyFixedWingLaunchController(currentTimeUs);
|
||||
}
|
||||
else if (navStateFlags & NAV_CTL_EMERG) {
|
||||
applyFixedWingEmergencyLandingController();
|
||||
applyFixedWingEmergencyLandingController(currentTimeUs);
|
||||
}
|
||||
else {
|
||||
#ifdef NAV_FW_LIMIT_MIN_FLY_VELOCITY
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue