mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-08 17:08:28 -04:00
AP_Terrain: use 64-bit timestamps for dataflash logs
This commit is contained in:
parent
88015503ac
commit
9e0b5910e2
@ -358,7 +358,7 @@ void AP_Terrain::log_terrain_data(DataFlash_Class &dataflash)
|
||||
|
||||
struct log_TERRAIN pkt = {
|
||||
LOG_PACKET_HEADER_INIT(LOG_TERRAIN_MSG),
|
||||
time_ms : hal.scheduler->millis(),
|
||||
time_us : hal.scheduler->micros64(),
|
||||
status : (uint8_t)status(),
|
||||
lat : loc.lat,
|
||||
lng : loc.lng,
|
||||
|
Loading…
Reference in New Issue
Block a user