mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2024-12-02 10:24:11 +01:00
OP-1404 Fix nav-pvt.pdop data type
This commit is contained in:
parent
ea63def1c8
commit
23d2368984
@ -205,7 +205,7 @@ struct UBX_NAV_PVT {
|
|||||||
int32_t heading;
|
int32_t heading;
|
||||||
uint32_t sAcc;
|
uint32_t sAcc;
|
||||||
uint32_t headingAcc;
|
uint32_t headingAcc;
|
||||||
uint32_t pDOP;
|
uint16_t pDOP;
|
||||||
uint16_t reserved2;
|
uint16_t reserved2;
|
||||||
uint32_t reserved3;
|
uint32_t reserved3;
|
||||||
} __attribute__((packed));
|
} __attribute__((packed));
|
||||||
|
Loading…
Reference in New Issue
Block a user