summaryrefslogtreecommitdiff
path: root/packet_states.h
diff options
context:
space:
mode:
authorChris Kuethe <chris.kuethe@gmail.com>2006-08-17 22:11:16 +0000
committerChris Kuethe <chris.kuethe@gmail.com>2006-08-17 22:11:16 +0000
commitaa006f20d82767f203f64a22b5c6921a431f3c8b (patch)
treef269befe860360f8997c55aeceddd090b7946627 /packet_states.h
parent4adfaf49d0c2ce3ad34c5a2f944aa7ca02fd2277 (diff)
downloadgpsd-aa006f20d82767f203f64a22b5c6921a431f3c8b.tar.gz
SiRF name cleanup.
1) the product line is called SiRFstar 2) I don't have any original SiRFstar receivers but my documentation says the protocol remained mostly the same between SS1, SS2 and SS3; it just got richer as time went by. At least with my SS2 and SS3 receivers, this holds true. 3) elsewhere in the code there are SIRF_THIS and SIRF_THAT, which implies (correctly) independence of chipset version.
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 7b2d8519..713a15a7 100644
--- a/packet_states.h
+++ b/packet_states.h
@@ -31,7 +31,7 @@
EARTHA_5, /* EARTHA leader H */
#endif /* EARTHMATE_ENABLE */
-#ifdef SIRFII_ENABLE
+#ifdef SIRF_ENABLE
SIRF_LEADER_1, /* we've seen first character of SiRF leader */
SIRF_LEADER_2, /* seen second character of SiRF leader */
SIRF_LENGTH_1, /* seen first byte of SiRF length */
@@ -39,7 +39,7 @@
SIRF_DELIVERED, /* saw last byte of SiRF payload/checksum */
SIRF_TRAILER_1, /* saw first byte of SiRF trailer */
SIRF_RECOGNIZED, /* saw second byte of SiRF trailer */
-#endif /* SIRFII_ENABLE */
+#endif /* SIRF_ENABLE */
#ifdef ZODIAC_ENABLE
ZODIAC_EXPECTED, /* expecting Zodiac packet */