From 3bf4f4b498169bc12ec24a7e926c0b0f380f5bd9 Mon Sep 17 00:00:00 2001 From: "Gary E. Miller" Date: Sun, 7 Aug 2005 21:51:24 +0000 Subject: Fixes to packet engine from Curt and Josh. Confirmed to help on 4 diff GPS types. --- drivers.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'drivers.c') diff --git a/drivers.c b/drivers.c index 755682da..bc4d79d0 100644 --- a/drivers.c +++ b/drivers.c @@ -67,7 +67,8 @@ gps_mask_t nmea_parse_input(struct gps_device_t *session) #ifdef NTPSHM_ENABLE if ((st & TIME_SET) != 0) /* this magic number is derived from observation */ - (void)ntpshm_put(session, session->gpsdata.fix.time + 0.675); + //(void)ntpshm_put(session, session->gpsdata.fix.time + 0.675); + (void)ntpshm_put(session, session->gpsdata.fix.time); #endif /* NTPSHM_ENABLE */ return st; } else -- cgit v1.2.1