summaryrefslogtreecommitdiff
path: root/libloragw/src/loragw_gps.c
diff options
context:
space:
mode:
authorHarsh Sharma <harsh.sharma@multitech.com>2020-01-24 16:11:32 -0600
committerHarsh Sharma <harsh.sharma@multitech.com>2020-01-24 16:11:32 -0600
commit60296026590d64f61766896cf770e69e3bfb185c (patch)
treee00231ee25b0d233abf48eaab2d7450720681e74 /libloragw/src/loragw_gps.c
parentc08bf1d60c88179d791678a2db6db61f87fea032 (diff)
downloadlora_gateway_mtac_full-60296026590d64f61766896cf770e69e3bfb185c.tar.gz
lora_gateway_mtac_full-60296026590d64f61766896cf770e69e3bfb185c.tar.bz2
lora_gateway_mtac_full-60296026590d64f61766896cf770e69e3bfb185c.zip
Changed lgw version to use git describe5.0.1-mts-4
Diffstat (limited to 'libloragw/src/loragw_gps.c')
-rw-r--r--libloragw/src/loragw_gps.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libloragw/src/loragw_gps.c b/libloragw/src/loragw_gps.c
index 3aad031..bd728b6 100644
--- a/libloragw/src/loragw_gps.c
+++ b/libloragw/src/loragw_gps.c
@@ -255,7 +255,6 @@ int str_chop(char *s, int buff_size, char separator, int *idx_ary, int max_idx)
int lgw_gps_enable(struct gps_data_t *gpsdata, struct fixsource_t *source) {
unsigned int flags;
- fd_set fds;
flags = WATCH_ENABLE;
flags |= WATCH_RAW;
flags |= WATCH_NMEA;