mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-04 06:58:39 -04:00
GCS_MAVLink: Use get_system_clock_us in mavlink_msg_system_time_send
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
This commit is contained in:
parent
3102846b8b
commit
17a0f6c3be
@ -1131,7 +1131,7 @@ void GCS_MAVLINK::send_system_time(AP_GPS &gps)
|
||||
{
|
||||
mavlink_msg_system_time_send(
|
||||
chan,
|
||||
gps.time_epoch_usec(),
|
||||
hal.util->get_system_clock_us(),
|
||||
AP_HAL::millis());
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user