Plane: drop unneeded call to calc_pwm
This commit is contained in:
parent
0d53ce4cd7
commit
2121ddf736
@ -836,9 +836,6 @@ void Plane::servos_output(void)
|
|||||||
quadplane.tailsitter_output();
|
quadplane.tailsitter_output();
|
||||||
quadplane.tiltrotor_bicopter();
|
quadplane.tiltrotor_bicopter();
|
||||||
|
|
||||||
// the mixers need pwm to be calculated now
|
|
||||||
SRV_Channels::calc_pwm();
|
|
||||||
|
|
||||||
// run vtail and elevon mixers
|
// run vtail and elevon mixers
|
||||||
servo_output_mixers();
|
servo_output_mixers();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user