summaryrefslogtreecommitdiff
path: root/gpsd.h
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2006-12-03 08:04:21 +0000
committerEric S. Raymond <esr@thyrsus.com>2006-12-03 08:04:21 +0000
commitf5d0f0ef600b561347f80fde2bd396ac00cf1c35 (patch)
treeafd14ef15d4a160c32d99c1fab7ccb0f47dfb857 /gpsd.h
parent1064d1a574c0286af6828d7635f63d16eeaf60ec (diff)
downloadgpsd-f5d0f0ef600b561347f80fde2bd396ac00cf1c35.tar.gz
Hide an RTCM detail better. No logic changes. All regression tests pass.
Diffstat (limited to 'gpsd.h')
-rw-r--r--gpsd.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/gpsd.h b/gpsd.h
index ee1026a5..24f4e7ba 100644
--- a/gpsd.h
+++ b/gpsd.h
@@ -34,7 +34,6 @@
enum isgpsstat_t {
ISGPS_NO_SYNC, ISGPS_SYNC, ISGPS_SKIP, ISGPS_MESSAGE,
};
-#define PREAMBLE_PATTERN 0x66
#define ISGPS_ERRLEVEL_BASE 5
#define RTCM_MAX (RTCM_WORDS_MAX * sizeof(isgps30bits_t))