summaryrefslogtreecommitdiff
path: root/libloragw/src
diff options
context:
space:
mode:
authorHarsh Sharma <harsh.sharma@multitech.com>2020-02-03 16:17:19 -0600
committerHarsh Sharma <harsh.sharma@multitech.com>2020-02-03 16:17:19 -0600
commitdea57d6f29246434173c33c56850708c51fc5b23 (patch)
tree9934346f5279640039a45d3fca37f54f4b3ece04 /libloragw/src
parent228116b1958515947d208149cccbb8c9a9a6ab83 (diff)
downloadlora_gateway_mtac_full-dea57d6f29246434173c33c56850708c51fc5b23.tar.gz
lora_gateway_mtac_full-dea57d6f29246434173c33c56850708c51fc5b23.tar.bz2
lora_gateway_mtac_full-dea57d6f29246434173c33c56850708c51fc5b23.zip
Added spi dev option to reg utility and added error checking for lgw_connect, cleaned up unused variables in src_loragw_gps.c
Diffstat (limited to 'libloragw/src')
-rw-r--r--libloragw/src/loragw_gps.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/libloragw/src/loragw_gps.c b/libloragw/src/loragw_gps.c
index bd728b6..19c2f83 100644
--- a/libloragw/src/loragw_gps.c
+++ b/libloragw/src/loragw_gps.c
@@ -89,8 +89,6 @@ static bool gps_lock_ok = false;
static char gps_mod = 'N'; /* GPS mode (N no fix, A autonomous, D differential) */
static short gps_sat = 0; /* number of satellites used for fix */
-static struct termios ttyopt_restore;
-
/* -------------------------------------------------------------------------- */
/* --- PRIVATE FUNCTIONS DECLARATION ---------------------------------------- */