summaryrefslogtreecommitdiff
path: root/gpsmon.c
diff options
context:
space:
mode:
authorGary E. Miller <gem@rellim.com>2015-02-02 19:02:38 -0800
committerGary E. Miller <gem@rellim.com>2015-02-02 19:02:38 -0800
commitc34d0e3ef7d070f0a33a8c49027dbcda433bc950 (patch)
treeef24cef725b7a72d07779d5d02510815c0f25874 /gpsmon.c
parentecd2cb4be10f15f894f17abb9ac22ca95ef397a0 (diff)
downloadgpsd-c34d0e3ef7d070f0a33a8c49027dbcda433bc950.tar.gz
Add note where gpsmon is failing in PPS.
Diffstat (limited to 'gpsmon.c')
-rw-r--r--gpsmon.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gpsmon.c b/gpsmon.c
index 4a042c51..30264f2e 100644
--- a/gpsmon.c
+++ b/gpsmon.c
@@ -745,6 +745,7 @@ static void gpsmon_hook(struct gps_device_t *device, gps_mask_t changed UNUSED)
#ifdef NTPSHM_ENABLE
/* Update the last fix time seen for PPS. */
+ /* FIXME! ntpshm_latch() need device->newdata.time to be set */
ntpshm_latch(device, &td);
#endif /* NTPSHM_ENABLE */
}