mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-10 18:08:30 -04:00
Rover: move sending of system_time up
This commit is contained in:
parent
4e3cc6fd27
commit
89a5272ab5
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user