summaryrefslogtreecommitdiff
path: root/stack/radio.h
diff options
context:
space:
mode:
Diffstat (limited to 'stack/radio.h')
-rw-r--r--stack/radio.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/stack/radio.h b/stack/radio.h
index 52f6be7..7f0a52f 100644
--- a/stack/radio.h
+++ b/stack/radio.h
@@ -25,8 +25,10 @@
*/
#define RADIO_MAX_PDU_LEN 39
+#define RADIO_MIN_PDU_LEN 2
#define RADIO_EVT_RX_COMPLETED 1
+#define RADIO_EVT_TX_COMPLETED 2
struct radio_packet {
uint8_t pdu[RADIO_MAX_PDU_LEN];