mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-08 17:08:28 -04:00
Plane: don't prevent stick mixing in none RC failsafe
This commit is contained in:
parent
4d40ef5d0a
commit
54e57ccff0
@ -82,9 +82,8 @@ bool Plane::stick_mixing_enabled(void)
|
||||
if (g.stick_mixing != StickMixing::NONE &&
|
||||
g.stick_mixing != StickMixing::VTOL_YAW &&
|
||||
stickmixing &&
|
||||
failsafe.state == FAILSAFE_NONE &&
|
||||
!rc_failsafe_active()) {
|
||||
// we're in an auto mode, and haven't triggered failsafe
|
||||
// we're in an auto mode, and haven't triggered rc failsafe
|
||||
return true;
|
||||
} else {
|
||||
return false;
|
||||
|
Loading…
Reference in New Issue
Block a user