summaryrefslogtreecommitdiff
path: root/packet_states.h
diff options
context:
space:
mode:
authorChris Kuethe <chris.kuethe@gmail.com>2006-12-28 03:58:47 +0000
committerChris Kuethe <chris.kuethe@gmail.com>2006-12-28 03:58:47 +0000
commit6865d112c3865cf3456a75411aad7dc09627c197 (patch)
tree89228ee8a753aac499b11dda1f1c5c076e667c9a /packet_states.h
parent546a4d9fe6a6db19618f81933609d3e32ffeac7a (diff)
downloadgpsd-6865d112c3865cf3456a75411aad7dc09627c197.tar.gz
having both enable-italk and enable-itrax is dumb.
now, all itrax features (including italk and $PFST) shall be controlled with enable-itrax. obviously i'm hacking on italk again, so make the italk driver compile again.
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 fb2ea8ef..a0615f18 100644
--- a/packet_states.h
+++ b/packet_states.h
@@ -72,7 +72,7 @@
EVERMORE_RECOGNIZED, /* found end of EverMore packet */
#endif /* EVERMORE_ENABLE */
-#ifdef ITALK_ENABLE
+#ifdef ITRAX_ENABLE
ITALK_LEADER_1, /* saw leading < of iTalk packet */
ITALK_LEADER_2, /* saw leading ! of iTalk packet */
ITALK_LENGTH, /* saw packet length */
@@ -80,7 +80,7 @@
ITALK_DELIVERED, /* seen end of payload */
ITALK_TRAILER, /* saw iTalk trailer byte */
ITALK_RECOGNIZED, /* found end of the iTalk packet */
-#endif /* ITALK_ENABLE */
+#endif /* ITRAX_ENABLE */
#ifdef NAVCOM_ENABLE
NAVCOM_EXPECTED, /* expecting Navcom packet */