diff --git a/APMrover2/AP_MotorsUGV.cpp b/APMrover2/AP_MotorsUGV.cpp index 20d6c89d2b..b839d2a548 100644 --- a/APMrover2/AP_MotorsUGV.cpp +++ b/APMrover2/AP_MotorsUGV.cpp @@ -104,7 +104,7 @@ void AP_MotorsUGV::output(bool armed, float dt) output_regular(armed, _steering, _throttle); // output for skid steering style frames - output_skid_steering(armed, _steering, _throttle); + output_skid_steering(armed, _steering, _throttle); // send values to the PWM timers for output SRV_Channels::calc_pwm();