mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-01-29 14:52:12 +01:00
A few of the UBX types were missing a struct for the type.
This commit is contained in:
parent
93faf131b0
commit
fa4adf1630
@ -249,7 +249,7 @@ void parse_ubx_nav_velned (struct UBX_NAV_VELNED *velned, GPSPositionData *GpsPo
|
||||
}
|
||||
|
||||
#if !defined(PIOS_GPS_MINIMAL)
|
||||
void parse_ubx_nav_timeutc (UBX_NAV_TIMEUTC *timeutc)
|
||||
void parse_ubx_nav_timeutc (struct UBX_NAV_TIMEUTC *timeutc)
|
||||
{
|
||||
if (!(timeutc->valid & TIMEUTC_VALIDUTC))
|
||||
return;
|
||||
@ -268,7 +268,7 @@ void parse_ubx_nav_timeutc (UBX_NAV_TIMEUTC *timeutc)
|
||||
#endif
|
||||
|
||||
#if !defined(PIOS_GPS_MINIMAL)
|
||||
void parse_ubx_nav_svinfo (UBX_NAV_SVINFO *svinfo)
|
||||
void parse_ubx_nav_svinfo (struct UBX_NAV_SVINFO *svinfo)
|
||||
{
|
||||
uint8_t chan;
|
||||
GPSSatellitesData svdata;
|
||||
|
Loading…
x
Reference in New Issue
Block a user