Browse Source

AP_GPS: unused SBP struct gets 64-bit timestamp

master
Peter Barker 10 years ago committed by Andrew Tridgell
parent
commit
feb85ef7d5
  1. 2
      libraries/AP_GPS/AP_GPS_SBP.cpp

2
libraries/AP_GPS/AP_GPS_SBP.cpp

@ -402,7 +402,7 @@ AP_GPS_SBP::_detect(struct SBP_detect_state &state, uint8_t data) @@ -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;

Loading…
Cancel
Save