Browse Source

Copter: output any servo channels on motor output

if we have any auxillary servo channels we need to calculate the
output value
master
Andrew Tridgell 8 years ago committed by Randy Mackay
parent
commit
ebde6e1ce3
  1. 3
      ArduCopter/motors.cpp

3
ArduCopter/motors.cpp

@ -290,6 +290,9 @@ void Copter::motors_output() @@ -290,6 +290,9 @@ void Copter::motors_output()
ap.in_arming_delay = false;
}
// output any servo channels
SRV_Channels::calc_pwm();
// check if we are performing the motor test
if (ap.motor_test) {
motor_test_output();

Loading…
Cancel
Save