Copter: move sending of system_time up

This commit is contained in:
Peter Barker 2017-08-04 18:37:48 +10:00 committed by Francisco Ferreira
parent 89a5272ab5
commit ff81186951

View File

@ -339,11 +339,6 @@ bool GCS_MAVLINK_Copter::try_send_message(enum ap_message id)
case MSG_GPS_RAW:
return send_gps_raw(copter.gps);
case MSG_SYSTEM_TIME:
CHECK_PAYLOAD_SIZE(SYSTEM_TIME);
send_system_time(copter.gps);
break;
case MSG_RADIO_IN:
CHECK_PAYLOAD_SIZE(RC_CHANNELS);
send_radio_in(copter.receiver_rssi);