diff options
author | Harsh Sharma <harsh.sharma@multitech.com> | 2020-12-22 14:34:39 -0600 |
---|---|---|
committer | Harsh Sharma <harsh.sharma@multitech.com> | 2020-12-22 14:34:39 -0600 |
commit | df1d68a52c935053092ea3fa00e0e9d982c252cc (patch) | |
tree | 791ceba53622c99b9a4e78bbf1684a7d61d2bf7b /libloragw/inc | |
parent | ea028e8048d55367a52365087f9e3928746c55a5 (diff) | |
download | lora_gateway_mtac_full-df1d68a52c935053092ea3fa00e0e9d982c252cc.tar.gz lora_gateway_mtac_full-df1d68a52c935053092ea3fa00e0e9d982c252cc.tar.bz2 lora_gateway_mtac_full-df1d68a52c935053092ea3fa00e0e9d982c252cc.zip |
Added changes for gps thread to work with the gpsd library
Diffstat (limited to 'libloragw/inc')
-rw-r--r-- | libloragw/inc/loragw_gps.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 |