summaryrefslogtreecommitdiff
path: root/gpsd.h
diff options
context:
space:
mode:
authorGary E. Miller <gem@rellim.com>2019-03-15 20:04:00 -0700
committerGary E. Miller <gem@rellim.com>2019-03-15 20:04:00 -0700
commitf5c0f63229dab56cec9307e0a1c98c3d7650875c (patch)
tree3a6e72c9d76d1176d78488af2d6927b1f9770505 /gpsd.h
parentf8300e6b3bbd204d31af2efa82831835faee18bc (diff)
downloadgpsd-f5c0f63229dab56cec9307e0a1c98c3d7650875c.tar.gz
driver_nmea0183: Another place ss.ss -> ss.sss
Oh, and fix missing decimal point.
Diffstat (limited to 'gpsd.h')
-rw-r--r--gpsd.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gpsd.h b/gpsd.h
index ff54dfa9..bc3cb2f8 100644
--- a/gpsd.h
+++ b/gpsd.h
@@ -582,8 +582,8 @@ struct gps_device_t {
*/
timestamp_t this_frac_time, last_frac_time;
bool latch_frac_time;
- unsigned int lasttag;
- unsigned int cycle_enders;
+ unsigned long lasttag;
+ unsigned long cycle_enders;
bool cycle_continue;
} nmea;
#endif /* NMEA0183_ENABLE */