From df1d68a52c935053092ea3fa00e0e9d982c252cc Mon Sep 17 00:00:00 2001 From: Harsh Sharma Date: Tue, 22 Dec 2020 14:34:39 -0600 Subject: Added changes for gps thread to work with the gpsd library --- libloragw/inc/loragw_gps.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libloragw/inc/loragw_gps.h') diff --git a/libloragw/inc/loragw_gps.h b/libloragw/inc/loragw_gps.h index 59b2d37..94d1d2a 100644 --- a/libloragw/inc/loragw_gps.h +++ b/libloragw/inc/loragw_gps.h @@ -173,7 +173,7 @@ int lgw_gps_get(struct timespec *utc, struct timespec *gps_time, struct coord_s Set systime to 0 in ref to trigger initial synchronization. */ -int lgw_gps_sync(struct tref *ref, uint32_t count_us, struct timespec utc, struct timespec gps_time); +int lgw_gps_sync(struct tref *ref, uint32_t count_us, struct timespec gps_time); /** @brief Convert concentrator timestamp counter value to UTC time -- cgit v1.2.3