summaryrefslogtreecommitdiff
path: root/isgps.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2005-12-20 17:35:49 +0000
committerEric S. Raymond <esr@thyrsus.com>2005-12-20 17:35:49 +0000
commitbdcf3c515257df3ac5f209b908293c82a32818c8 (patch)
treeda08108936f8d33f1e113447c9942840e78b4c68 /isgps.c
parent9dc431e351fd953288b252eafdde227fa64d8b7a (diff)
downloadgpsd-bdcf3c515257df3ac5f209b908293c82a32818c8.tar.gz
Enable eveything to build when RTCM104 is configured out.
Diffstat (limited to 'isgps.c')
-rw-r--r--isgps.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/isgps.c b/isgps.c
index b0e39ef9..dd46f393 100644
--- a/isgps.c
+++ b/isgps.c
@@ -61,6 +61,8 @@ necessary) reassembled into a struct rtcm_t.
#include "gpsd.h"
+#ifdef BINARY_ENABLE
+
#define MAG_SHIFT 6u
#define MAG_TAG_DATA (1 << MAG_SHIFT)
#define MAG_TAG_MASK (3 << MAG_SHIFT)
@@ -308,3 +310,4 @@ enum isgpsstat_t isgps_decode(struct gps_device_t *session,
}
/*@ +usereleased +compdef @*/
+#endif /* BINARY_ENABLE */