mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-21 07:13:56 -04:00
AP_GPS: fix type and update reserved bytes in ublox PVT
This commit is contained in:
parent
de1dec819c
commit
ff80be19c1
@ -349,9 +349,11 @@ private:
|
||||
uint32_t s_acc;
|
||||
uint32_t head_acc;
|
||||
uint16_t p_dop;
|
||||
uint8_t reserved1[6];
|
||||
uint32_t headVeh;
|
||||
uint8_t reserved2[4];
|
||||
uint8_t flags3;
|
||||
uint8_t reserved1[5];
|
||||
int32_t headVeh;
|
||||
int16_t magDec;
|
||||
uint16_t magAcc;
|
||||
};
|
||||
struct PACKED ubx_nav_relposned {
|
||||
uint8_t version;
|
||||
|
Loading…
Reference in New Issue
Block a user