summaryrefslogtreecommitdiff
path: root/loragw_hal/inc/loragw_hal.h
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/inc/loragw_hal.h
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/inc/loragw_hal.h')
-rw-r--r--loragw_hal/inc/loragw_hal.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/loragw_hal/inc/loragw_hal.h b/loragw_hal/inc/loragw_hal.h
index bc28741..d5daafd 100644
--- a/loragw_hal/inc/loragw_hal.h
+++ b/loragw_hal/inc/loragw_hal.h
@@ -133,8 +133,8 @@ F_register(24bit) = F_rf (Hz) / F_step(Hz)
/* status code for TX_STATUS */
#define TX_STATUS_UNKNOWN 0
#define TX_OFF 1 /* TX modem disabled, it will ignore commands */
-#define TX_EMPTY 2 /* TX modem is free, ready to receive a command */
-#define TX_DELAYED 3 /* TX modem is loaded, ready to send the packet after an event and/or delay */
+#define TX_FREE 2 /* TX modem is free, ready to receive a command */
+#define TX_SCHEDULED 3 /* TX modem is loaded, ready to send the packet after an event and/or delay */
#define TX_EMITTING 4 /* TX modem is emitting */
/* status code for RX_STATUS */