summaryrefslogtreecommitdiff
path: root/rtcm.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2005-07-27 05:07:36 +0000
committerEric S. Raymond <esr@thyrsus.com>2005-07-27 05:07:36 +0000
commitb9b6533c9807cddc999c24ea84c56af26f0788c8 (patch)
tree07031ffd93817cba344712a1b227d48562353e57 /rtcm.c
parentdea892615bb38cf8c1ae8341b6b7a648d5309488 (diff)
downloadgpsd-b9b6533c9807cddc999c24ea84c56af26f0788c8.tar.gz
Spelling fix.
Diffstat (limited to 'rtcm.c')
-rw-r--r--rtcm.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/rtcm.c b/rtcm.c
index a0586d16..1069d66f 100644
--- a/rtcm.c
+++ b/rtcm.c
@@ -81,7 +81,7 @@ Starlink's website.
#pragma pack(1)
-#ifndef WORDS_BIG_ENDIAN /* little-endian, like x86 */
+#ifndef WORDS_BIGENDIAN /* little-endian, like x86 */
struct rtcm_msg_t {
struct rtcm_msghw1 { /* header word 1 */
@@ -285,7 +285,7 @@ struct rtcm_msg_t {
#endif /* LITTLE_ENDIAN */
-#if WORDS_BIG_ENDIAN
+#if WORDS_BIGENDIAN
/* This struct was generated from the above using invert-bitfields.pl */
#ifndef S_SPLINT_S /* splint thinks it's a duplicate definition */
@@ -484,7 +484,7 @@ struct rtcm_msg_t {
};
#endif /* S_SPLINT_S */
-#endif /* BIG_ENDIAN */
+#endif /* BIG ENDIAN */
static unsigned int tx_speed[] = { 25, 50, 100, 110, 150, 200, 250, 300 };