summaryrefslogtreecommitdiff
path: root/packet_states.h
diff options
context:
space:
mode:
Diffstat (limited to 'packet_states.h')
-rw-r--r--packet_states.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/packet_states.h b/packet_states.h
index 8f6c174f..d2ea8d85 100644
--- a/packet_states.h
+++ b/packet_states.h
@@ -1,6 +1,9 @@
/* $Id$ */
GROUND_STATE, /* we don't know what packet type to expect */
+ COMMENT_BODY, /* pound comment for a test load */
+ COMMENT_RECOGNIZED, /* comment recognized */
+
#ifdef NMEA_ENABLE
NMEA_DOLLAR, /* we've seen first character of NMEA leader */
NMEA_PUB_LEAD, /* seen second character of NMEA G leader */