mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-22 15:53:56 -04:00
GCS_MAVLink: use micro64 instead of micros for time_usec
This commit is contained in:
parent
9b22532eac
commit
a008f7e71a
@ -1596,7 +1596,7 @@ void GCS_MAVLINK::send_raw_imu()
|
||||
|
||||
mavlink_msg_raw_imu_send(
|
||||
chan,
|
||||
AP_HAL::micros(),
|
||||
AP_HAL::micros64(),
|
||||
accel.x * 1000.0f / GRAVITY_MSS,
|
||||
accel.y * 1000.0f / GRAVITY_MSS,
|
||||
accel.z * 1000.0f / GRAVITY_MSS,
|
||||
|
Loading…
Reference in New Issue
Block a user