summaryrefslogtreecommitdiff
path: root/packet_states.h
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2007-12-11 09:36:50 +0000
committerEric S. Raymond <esr@thyrsus.com>2007-12-11 09:36:50 +0000
commitab458173107291371d7965733df09505852cb5d6 (patch)
tree531c80b14a0ba85e87d8dd8ed86894d72a332840 /packet_states.h
parent7fb33b25489d3ab0561e88d0cb9236c33df63549 (diff)
downloadgpsd-ab458173107291371d7965733df09505852cb5d6.tar.gz
Integrated Garmin Simple Text Protocol driver from Petr Slansky.
Diffstat (limited to 'packet_states.h')
-rw-r--r--packet_states.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/packet_states.h b/packet_states.h
index 42d03627..b3a0af95 100644
--- a/packet_states.h
+++ b/packet_states.h
@@ -64,8 +64,9 @@
ZODIAC_RECOGNIZED, /* found end of the Zodiac packet */
#endif /* ZODIAC_ENABLE */
-#ifdef TNT_ENABLE
+#if defined(TNT_ENABLE) || defined(GARMINTXT_ENABLE)
TNT_LEADER, /* saw True North status leader '@' */
+ /* Garmin Simple Text starts with @ leader */
#endif
#ifdef EVERMORE_ENABLE
@@ -131,5 +132,4 @@
RTCM_RECOGNIZED, /* we have an RTCM packet */
#endif /* RTCM104_ENABLE */
-
/* end of packet_states.h */