mirror of https://github.com/ArduPilot/ardupilot
Plane: fixed vtail rudder only planes
This commit is contained in:
parent
bd0d37e2fd
commit
15d6c77087
|
@ -814,10 +814,6 @@ void Plane::servos_output(void)
|
|||
{
|
||||
hal.rcout->cork();
|
||||
|
||||
if (g.rudder_only != 0) {
|
||||
channel_roll->set_radio_out(channel_roll->get_radio_trim());
|
||||
}
|
||||
|
||||
// to enable the throttle slew rate to work we need to remember
|
||||
// and restore the throttle radio_out
|
||||
uint16_t thr_radio_out_saved = channel_throttle->get_radio_out();
|
||||
|
|
Loading…
Reference in New Issue