From 9d14723dcc8ab788033b427d50070cc4c7a03c6b Mon Sep 17 00:00:00 2001 From: pip Date: Tue, 22 Feb 2011 11:32:24 +0000 Subject: [PATCH] Commenting tidy upping git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@2842 ebee16cc-31ac-478f-84a7-5cbb03baadba --- flight/Modules/GPS/inc/gps_mode.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/flight/Modules/GPS/inc/gps_mode.h b/flight/Modules/GPS/inc/gps_mode.h index 086bd8d88..445bbc276 100644 --- a/flight/Modules/GPS/inc/gps_mode.h +++ b/flight/Modules/GPS/inc/gps_mode.h @@ -36,11 +36,9 @@ // **************** // you MUST have one of these uncommented - and ONLY one -// -// note: the NMEA includes the one-sentance code as OP has the memory for it //#define ENABLE_GPS_BINARY_GTOP // uncomment this if we are using GTOP BINARY mode -//#define ENABLE_GPS_ONESENTENCE_GTOP // uncomment this if we are using single sentance mode +//#define ENABLE_GPS_ONESENTENCE_GTOP // uncomment this if we are using GTOP SINLGE SENTENCE mode #define ENABLE_GPS_NMEA // uncomment this if we are using NMEA mode // ****************