summaryrefslogtreecommitdiff
path: root/loragw_hal/test/test_loragw_hal.c
diff options
context:
space:
mode:
authorSylvain Miermont <smiermont@semtech.com>2013-09-03 14:38:31 +0200
committerSylvain Miermont <smiermont@semtech.com>2013-10-23 13:36:30 +0200
commit68b8b7a70d9104888997174506fbbaa0abb12a4c (patch)
tree6ccdfb8ba0c62e183639574cbb2116b651a054f9 /loragw_hal/test/test_loragw_hal.c
parent33ade9eb698f594e95076a5e4056a70163f14278 (diff)
downloadlora_gateway-68b8b7a70d9104888997174506fbbaa0abb12a4c.tar.gz
lora_gateway-68b8b7a70d9104888997174506fbbaa0abb12a4c.tar.bz2
lora_gateway-68b8b7a70d9104888997174506fbbaa0abb12a4c.zip
Beta 5v1.b5
- updated firmwares and registers to new IP revision (VERSION = 103, bistream r986) - recalibrated RSSI - updated registers configuration - updated size for firmware code memory - changed TX status code symbols
Diffstat (limited to 'loragw_hal/test/test_loragw_hal.c')
-rw-r--r--loragw_hal/test/test_loragw_hal.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/loragw_hal/test/test_loragw_hal.c b/loragw_hal/test/test_loragw_hal.c
index 751d00b..f23f55c 100644
--- a/loragw_hal/test/test_loragw_hal.c
+++ b/loragw_hal/test/test_loragw_hal.c
@@ -248,7 +248,7 @@ int main(int argc, char **argv)
wait_ms(100);
lgw_status(TX_STATUS, &status_var); /* get TX status */
printf("%d:", status_var);
- } while ((status_var != TX_EMPTY) && (j < 100));
+ } while ((status_var != TX_FREE) && (j < 100));
++tx_cnt;
printf("\nTX finished\n");
}