From aa006f20d82767f203f64a22b5c6921a431f3c8b Mon Sep 17 00:00:00 2001 From: Chris Kuethe Date: Thu, 17 Aug 2006 22:11:16 +0000 Subject: 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. --- packet_states.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'packet_states.h') 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 */ -- cgit v1.2.1