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