diff options
author | Gary E. Miller <gem@rellim.com> | 2016-04-24 15:26:48 -0700 |
---|---|---|
committer | Gary E. Miller <gem@rellim.com> | 2016-04-24 15:30:56 -0700 |
commit | a8d12eea466d66d28104fb4b24274dc2168227f0 (patch) | |
tree | 0eb3dcd10678d046d7d7e1bf294c2a93ed61f3b2 /timehint.c | |
parent | 9c3b5204a130be036eced73b7a7cde29f9a8157c (diff) | |
download | gpsd-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 'timehint.c')
-rw-r--r-- | timehint.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -356,7 +356,7 @@ static char *report_hook(volatile struct pps_thread_t *pps_thread, struct gps_device_t *session = (struct gps_device_t *)pps_thread->context; /* PPS only source never get any serial info - * so no PPSTIME_IS or fixcnt */ + * so no NTPTIME_IS or fixcnt */ if ( source_pps != session->sourcetype) { /* FIXME! these two validations need to move back into ppsthread.c */ |