summaryrefslogtreecommitdiff
path: root/util_spi_stress
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 /util_spi_stress
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 'util_spi_stress')
-rw-r--r--util_spi_stress/src/util_spi_stress.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/util_spi_stress/src/util_spi_stress.c b/util_spi_stress/src/util_spi_stress.c
index c33f18f..6e703d9 100644
--- a/util_spi_stress/src/util_spi_stress.c
+++ b/util_spi_stress/src/util_spi_stress.c
@@ -25,6 +25,7 @@ Maintainer: Sylvain Miermont
#endif
#include <stdint.h> /* C99 types */
+#include <string.h> /* strncmp */
#include <stdbool.h> /* bool type */
#include <stdio.h> /* printf fprintf sprintf fopen fputs */
@@ -34,6 +35,7 @@ Maintainer: Sylvain Miermont
#include <getopt.h> /* getopt_long */
#include "loragw_reg.h"
+#include "loragw_spi.h"
/* -------------------------------------------------------------------------- */
/* --- PRIVATE MACROS ------------------------------------------------------- */