gps subsystem: forgot to save GPS_FIX_x defines for nmea

This commit is contained in:
Felix Ruess
2012-03-13 17:43:47 +01:00
parent 7b4c5cf986
commit 2f1e6e0890
+6 -2
View File
@@ -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