AP_GPS: unused SBP struct gets 64-bit timestamp

This commit is contained in:
Peter Barker 2015-05-22 11:29:15 +10:00 committed by Andrew Tridgell
parent 4d67ccb338
commit feb85ef7d5

View File

@ -402,7 +402,7 @@ AP_GPS_SBP::_detect(struct SBP_detect_state &state, uint8_t data)
struct PACKED log_SbpLLH {
LOG_PACKET_HEADER;
uint32_t timestamp;
uint64_t time_us;
uint32_t tow;
int32_t lat;
int32_t lon;