summaryrefslogtreecommitdiff
path: root/rtcm.c
diff options
context:
space:
mode:
Diffstat (limited to 'rtcm.c')
-rw-r--r--rtcm.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/rtcm.c b/rtcm.c
index f650c8ac..4bd79172 100644
--- a/rtcm.c
+++ b/rtcm.c
@@ -56,6 +56,8 @@ Starlink's website.
#include "gpsd.h"
+#ifdef RTCM104_ENABLE
+
/*
* Structures for interpreting words in an RTCM-104 message (after
* parity checking and removing inversion).
@@ -1179,3 +1181,5 @@ void rtcm_output_mag(isgps30bits_t * ip)
}
}
#endif /* UNUSED */
+
+#endif /* RTCM104_ENABLE */