Plane: fixed mixer outputs

This commit is contained in:
Andrew Tridgell 2017-01-08 09:29:12 +11:00
parent 1879eddfa0
commit 6b4e5304cf

View File

@ -754,6 +754,9 @@ void Plane::servos_output(void)
{
hal.rcout->cork();
// the mixers need pwm to be calculated now
SRV_Channels::calc_pwm();
// run vtail and elevon mixers
servo_output_mixers();