1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2024-12-01 09:24:10 +01:00

OP-1404 Fix nav-pvt.pdop data type

This commit is contained in:
Alessio Morale 2014-08-05 16:50:38 +02:00
parent ea63def1c8
commit 23d2368984

View File

@ -205,7 +205,7 @@ struct UBX_NAV_PVT {
int32_t heading;
uint32_t sAcc;
uint32_t headingAcc;
uint32_t pDOP;
uint16_t pDOP;
uint16_t reserved2;
uint32_t reserved3;
} __attribute__((packed));