summaryrefslogtreecommitdiff
path: root/gps.h
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2005-07-19 13:05:13 +0000
committerEric S. Raymond <esr@thyrsus.com>2005-07-19 13:05:13 +0000
commit976bba0b99600a42a58a134aeb98c0023877926e (patch)
treef1c77603a416609371431ea4eadfbe0505acc451 /gps.h
parent45b3d7712dabeb34aff0126f90ce7decbf459607 (diff)
downloadgpsd-976bba0b99600a42a58a134aeb98c0023877926e.tar.gz
Turn RTCM processing into a real driver.
Diffstat (limited to 'gps.h')
-rw-r--r--gps.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gps.h b/gps.h
index a41aa886..a8d2f2ea 100644
--- a/gps.h
+++ b/gps.h
@@ -84,9 +84,9 @@ struct gps_fix_t {
#define MAXHEALTH 1
#define MAXSTATIONS 3 /* maximum stations in almanac, type 5 */
-typedef /*@unsignedintegraltype@*/ unsigned int RTCMWORD;
+typedef /*@unsignedintegraltype@*/ unsigned int rtcmword_t;
-#define RTCM_MAX (RTCM_WORDS_MAX * sizeof(RTCMWORD))
+#define RTCM_MAX (RTCM_WORDS_MAX * sizeof(rtcmword_t))
struct rtcm_t {
/* header contents */