mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-06-04 22:17:01 +08:00
[gps] fix ins_xsens700 for gps registering
This commit is contained in:
@@ -230,7 +230,7 @@ void ins_xsens_update_gps(struct GpsState *gps_s)
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if USE_GPS_XSENS
|
#if USE_GPS_XSENS
|
||||||
void gps_xsens_impl_init(void)
|
void gps_xsens_init(void)
|
||||||
{
|
{
|
||||||
gps.nb_channels = 0;
|
gps.nb_channels = 0;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user