Rover: move sending of system_time up

This commit is contained in:
Peter Barker 2017-08-04 18:38:23 +10:00 committed by Francisco Ferreira
parent 4e3cc6fd27
commit 89a5272ab5
1 changed files with 0 additions and 5 deletions

View File

@ -334,11 +334,6 @@ bool GCS_MAVLINK_Rover::try_send_message(enum ap_message id)
send_gps_raw(rover.gps);
break;
case MSG_SYSTEM_TIME:
CHECK_PAYLOAD_SIZE(SYSTEM_TIME);
send_system_time(rover.gps);
break;
case MSG_SERVO_OUT:
CHECK_PAYLOAD_SIZE(RC_CHANNELS_SCALED);
rover.send_servo_out(chan);