mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-20 02:53:15 +08:00
gps_xsens
This commit is contained in:
@@ -38,8 +38,6 @@
|
||||
#include "gps_ubx.h"
|
||||
#elif defined USE_GPS_XSENS
|
||||
#include "gps_xsens.h"
|
||||
#define GPS_NB_CHANNELS 16
|
||||
#define GpsFixValid() (gps_mode == 3)
|
||||
#elif defined SITL
|
||||
#define GPS_NB_CHANNELS 16
|
||||
#define GpsFixValid() (gps_mode == 3)
|
||||
|
||||
@@ -22,8 +22,8 @@
|
||||
*
|
||||
*/
|
||||
|
||||
/** \file gps_ubx.h
|
||||
* \brief UBX protocol specific code
|
||||
/** \file gps_xsens.h
|
||||
* \brief XSens GPS
|
||||
*
|
||||
*/
|
||||
|
||||
@@ -33,6 +33,8 @@
|
||||
|
||||
extern uint16_t gps_reset;
|
||||
|
||||
#define GPS_NB_CHANNELS 16
|
||||
|
||||
#define GpsFixValid() (gps_mode == 3)
|
||||
|
||||
#define gps_xsens_Reset(_val) { \
|
||||
|
||||
Reference in New Issue
Block a user