Browse Source

Plane: Fix a stale rudder input that was left from rebase

mission-4.1.18
Michael du Breuil 7 years ago committed by Andrew Tridgell
parent
commit
3098744777
  1. 1
      ArduPlane/radio.cpp

1
ArduPlane/radio.cpp

@ -247,7 +247,6 @@ void Plane::control_failsafe() @@ -247,7 +247,6 @@ void Plane::control_failsafe()
channel_roll->set_radio_in(channel_roll->get_radio_trim());
channel_pitch->set_radio_in(channel_pitch->get_radio_trim());
channel_rudder->set_radio_in(channel_rudder->get_radio_trim());
rudder_input = 0;
// note that we don't set channel_throttle->radio_in to radio_trim,
// as that would cause throttle failsafe to not activate

Loading…
Cancel
Save