From b72e52abcec878350f5c522d243a643cb0ebcc92 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Wed, 1 Apr 2015 03:49:53 -0400 Subject: Clean up PPS monitor interface with renames, and additional documentation. --- libgpsd_core.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libgpsd_core.c') diff --git a/libgpsd_core.c b/libgpsd_core.c index 306bca13..183f4f1f 100644 --- a/libgpsd_core.c +++ b/libgpsd_core.c @@ -1648,7 +1648,7 @@ void ntp_latch(struct gps_device_t *device, struct timedelta_t *td) #ifdef PPS_ENABLE /* thread-safe update */ - pps_thread_fixin(&device->pps_thread, td); + pps_thread_fix_in(&device->pps_thread, td); #endif /* PPS_ENABLE */ } #endif /* NTP_ENABLE */ -- cgit v1.2.1