summaryrefslogtreecommitdiff
path: root/sirfmon.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2005-07-08 00:50:44 +0000
committerEric S. Raymond <esr@thyrsus.com>2005-07-08 00:50:44 +0000
commit38f1186c1ad2a9481a67923c3a47c74ee5b54a48 (patch)
tree370a17340cef21fa794379471714d24fc8211bb2 /sirfmon.c
parenta66ab7e852bb78a2f0521b49fc0ff8d3d28d6678 (diff)
downloadgpsd-38f1186c1ad2a9481a67923c3a47c74ee5b54a48.tar.gz
USED_SET needs to be a separate mask from SATELLITES_SET...
...because the NMEA driver sets them in different places. Add satellite-picture parsing to Evermore driver.
Diffstat (limited to 'sirfmon.c')
-rw-r--r--sirfmon.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sirfmon.c b/sirfmon.c
index ba6cdeac..1c510a27 100644
--- a/sirfmon.c
+++ b/sirfmon.c
@@ -38,7 +38,7 @@
#include "config.h"
#include "gps.h" /* for DEFAULT_GPSD_PORT; brings in PI as well */
-#define PUT_ORIGIN 4
+#define PUT_ORIGIN -4
#include "bits.h"
#if defined(HAVE_SYS_TIME_H)