mirror of
https://github.com/iNavFlight/inav.git
synced 2025-07-25 17:25:18 +03:00
Update navigation_fw_launch.c
This commit is contained in:
parent
a48a9dd9e8
commit
3faf76a630
1 changed files with 1 additions and 1 deletions
|
@ -430,7 +430,7 @@ static fixedWingLaunchEvent_t fwLaunchState_FW_LAUNCH_STATE_IN_PROGRESS(timeUs_t
|
|||
if (isThrottleLow()) {
|
||||
fwLaunch.currentStateTimeUs = currentTimeUs;
|
||||
fwLaunch.pitchAngle = 0;
|
||||
if (isRollPitchStickDeflected(LAUNCH_ABORT_STICK_DEADBAND)) {
|
||||
if (isRollPitchStickDeflected(navConfig()->fw.launch_abort_deadband)) {
|
||||
return FW_LAUNCH_EVENT_ABORT;
|
||||
}
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue