Browse Source

ArduPlane: RC_Channel refactor

Fix white space after function name
mission-4.1.18
skyscraper 9 years ago committed by Andrew Tridgell
parent
commit
4d769497c9
  1. 2
      ArduPlane/radio.cpp

2
ArduPlane/radio.cpp

@ -67,7 +67,7 @@ void Plane::init_rc_out() @@ -67,7 +67,7 @@ void Plane::init_rc_out()
configuration error where the user sets CH3_TRIM incorrectly and
the motor may start on power up
*/
channel_throttle->set_radio_trim (throttle_min());
channel_throttle->set_radio_trim(throttle_min());
if (arming.arming_required() != AP_Arming::YES_ZERO_PWM) {
channel_throttle->enable_out();

Loading…
Cancel
Save