summaryrefslogtreecommitdiff
path: root/driver_nmea0183.c
diff options
context:
space:
mode:
authorGary E. Miller <gem@rellim.com>2016-07-21 15:25:38 -0700
committerGary E. Miller <gem@rellim.com>2016-07-21 15:25:38 -0700
commit895ddd37b6b15f5600a86e4bec99ae16808b57b0 (patch)
tree35c9ca415c8ba65f3be3b5507f7f073f8f15b36b /driver_nmea0183.c
parentf8acefbaefe603283d18a33ef9295568755cf7ea (diff)
downloadgpsd-895ddd37b6b15f5600a86e4bec99ae16808b57b0.tar.gz
Gack. revert $STI handling, it breaks the regressions.
Diffstat (limited to 'driver_nmea0183.c')
-rw-r--r--driver_nmea0183.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/driver_nmea0183.c b/driver_nmea0183.c
index 40773430..f525afc2 100644
--- a/driver_nmea0183.c
+++ b/driver_nmea0183.c
@@ -1814,7 +1814,7 @@ gps_mask_t nmea_parse(char *sentence, struct gps_device_t * session)
++p;
if (*p == '*')
*p++ = ','; /* otherwise we drop the last field */
-#ifdef SKYTRAQ_ENABLE
+#ifdef SKYTRAQ_ENABLE_UNUSED
/* $STI is special, no trailing *, or chacksum */
if ( 0 != strncmp( "STI,", sentence, 4) ) {
skytraq_sti = true;