summaryrefslogtreecommitdiffstats
path: root/rf_test/radio.h
diff options
context:
space:
mode:
Diffstat (limited to 'rf_test/radio.h')
-rw-r--r--rf_test/radio.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/rf_test/radio.h b/rf_test/radio.h
index 6a006e2..aaa099f 100644
--- a/rf_test/radio.h
+++ b/rf_test/radio.h
@@ -4,6 +4,7 @@
#include <stdint.h>
struct radio_cfg {
+ uint8_t node_id;
uint8_t network_id;
uint8_t payload_len;
};