summaryrefslogtreecommitdiff
path: root/libloragw/tst/test_loragw_hal.c
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/tst/test_loragw_hal.c
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/tst/test_loragw_hal.c')
-rw-r--r--libloragw/tst/test_loragw_hal.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libloragw/tst/test_loragw_hal.c b/libloragw/tst/test_loragw_hal.c
index 3bdd7b2..37e8b42 100644
--- a/libloragw/tst/test_loragw_hal.c
+++ b/libloragw/tst/test_loragw_hal.c
@@ -30,7 +30,7 @@ Maintainer: Sylvain Miermont
#include <string.h> /* memset */
#include <signal.h> /* sigaction */
#include <unistd.h> /* getopt access */
-#include <getopt.h> /* getopt_long */
+#include <getopt.h> /* getopt_long */
#include "loragw_spi.h"
#include "loragw_hal.h"