Copter: minor format fix

This commit is contained in:
Randy Mackay 2018-12-05 19:52:51 +09:00
parent aa7c9ec89e
commit f5208b1664

View File

@ -99,7 +99,7 @@ void Copter::read_radio()
set_throttle_zero_flag(channel_throttle->get_control_in());
if (!ap.rc_receiver_present) {
// RC receiver must be attached if we've just go input and
// RC receiver must be attached if we've just got input and
// there are no overrides
ap.rc_receiver_present = !RC_Channels::has_active_overrides();
}