summaryrefslogtreecommitdiff
path: root/packet_states.h
diff options
context:
space:
mode:
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 */