mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-10 06:59:54 +08:00
gps subsystem: forgot to save GPS_FIX_x defines for nmea
This commit is contained in:
@@ -20,8 +20,8 @@
|
||||
*
|
||||
*/
|
||||
|
||||
/** \file gps_nmea.h
|
||||
* \brief NMEA protocol specific code
|
||||
/** @file gps_nmea.h
|
||||
* NMEA protocol specific code
|
||||
*
|
||||
*/
|
||||
|
||||
@@ -33,6 +33,10 @@
|
||||
|
||||
#define GPS_NB_CHANNELS 16
|
||||
|
||||
#define GPS_FIX_NONE 0x00
|
||||
#define GPS_FIX_2D 0x02
|
||||
#define GPS_FIX_3D 0x03
|
||||
|
||||
#ifdef DEBUG_NMEA
|
||||
#define NMEA_PRINT(...) { UsbSPrintString( __VA_ARGS__);};
|
||||
#else
|
||||
|
||||
Reference in New Issue
Block a user