Copter:Tradheli treat Sport mode as non-man throttle for landing swash

This commit is contained in:
bnsgeyer 2019-11-05 22:12:11 -05:00 committed by Peter Barker
parent e1686db7bf
commit b5d21a71ef

View File

@ -92,8 +92,7 @@ void Copter::update_heli_control_dynamics(void)
bool Copter::should_use_landing_swash() const
{
if (flightmode->has_manual_throttle() ||
control_mode == Mode::Number::DRIFT ||
control_mode == Mode::Number::SPORT) {
control_mode == Mode::Number::DRIFT) {
// manual modes always uses full swash range
return false;
}