summaryrefslogtreecommitdiffstats
path: root/rf_test/radio.h
diff options
context:
space:
mode:
authorSadeep Madurange <sadeep@asciimx.com>2024-12-08 17:21:23 +0800
committerSadeep Madurange <sadeep@asciimx.com>2024-12-08 17:21:23 +0800
commit92ba8bbb42cca4eca7a1a7a2d27701204c2e8a56 (patch)
tree6b5a0241fa41f9a0b68fbdbdfc6bcd9690ec25fb /rf_test/radio.h
parent393e97515ac3aa66d78627cd7a7b60f1cf50f76b (diff)
downloadsmart-home-92ba8bbb42cca4eca7a1a7a2d27701204c2e8a56.tar.gz
wip: tx issues.
Diffstat (limited to 'rf_test/radio.h')
-rw-r--r--rf_test/radio.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/rf_test/radio.h b/rf_test/radio.h
index f016659..71e3e8b 100644
--- a/rf_test/radio.h
+++ b/rf_test/radio.h
@@ -4,8 +4,8 @@
#include <stdint.h>
struct radio_cfg {
- uint8_t node_id;
- uint8_t network_id;
+ uint8_t netid;
+ uint8_t nodeid;
uint8_t payload_len;
};