summaryrefslogtreecommitdiff
path: root/driver_zodiac.c
diff options
context:
space:
mode:
authorGary E. Miller <gem@rellim.com>2016-04-24 15:26:48 -0700
committerGary E. Miller <gem@rellim.com>2016-04-24 15:30:56 -0700
commita8d12eea466d66d28104fb4b24274dc2168227f0 (patch)
tree0eb3dcd10678d046d7d7e1bf294c2a93ed61f3b2 /driver_zodiac.c
parent9c3b5204a130be036eced73b7a7cde29f9a8157c (diff)
downloadgpsd-a8d12eea466d66d28104fb4b24274dc2168227f0.tar.gz
PPSTIME -> NTPTIME
NTPTIME is from the serial stream, it never had anything to do with PPS and it just confused everyone.
Diffstat (limited to 'driver_zodiac.c')
-rw-r--r--driver_zodiac.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/driver_zodiac.c b/driver_zodiac.c
index 8304b87f..65f76f0b 100644
--- a/driver_zodiac.c
+++ b/driver_zodiac.c
@@ -194,7 +194,7 @@ static gps_mask_t handle1000(struct gps_device_t *session)
/* clock_drift_sd = (int)getzlong(53) * 1e-2; */
mask =
- TIME_SET | PPSTIME_IS | LATLON_SET | ALTITUDE_SET | CLIMB_SET | SPEED_SET |
+ TIME_SET | NTPTIME_IS | LATLON_SET | ALTITUDE_SET | CLIMB_SET | SPEED_SET |
TRACK_SET | STATUS_SET | MODE_SET;
gpsd_log(&session->context->errout, LOG_DATA,
"1000: time=%.2f lat=%.2f lon=%.2f alt=%.2f track=%.2f speed=%.2f climb=%.2f mode=%d status=%d\n",