AP_MotorsUGV: minor formatting fix

This commit is contained in:
Randy Mackay 2017-08-09 20:31:36 +09:00
parent bff74115bc
commit 28d74722bd

View File

@ -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();