RC_Channel: don't call output() in SRV_Channel

we may need to run another mixer
This commit is contained in:
Andrew Tridgell 2016-10-12 15:47:47 +11:00
parent a369b4833a
commit 2ceddddd3b

View File

@ -224,7 +224,6 @@ void SRV_Channels::remap_servo_output(void)
}
uint16_t radio_out = remap_pwm(i, ch->get_radio_out());
ch->set_radio_out(radio_out);
ch->output();
}
}