mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
RC_Channel: don't call output() in SRV_Channel
we may need to run another mixer
This commit is contained in:
parent
a369b4833a
commit
2ceddddd3b
@ -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();
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user