1
0
Fork 0
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:
breadoven 2022-07-13 19:33:09 +01:00
parent a48a9dd9e8
commit 3faf76a630

View file

@ -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 {