summaryrefslogtreecommitdiffstats
path: root/rf_test
diff options
context:
space:
mode:
Diffstat (limited to 'rf_test')
-rw-r--r--rf_test/radio.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/rf_test/radio.c b/rf_test/radio.c
index 5ad1055..4b5cfbf 100644
--- a/rf_test/radio.c
+++ b/rf_test/radio.c
@@ -91,6 +91,7 @@ void radio_sendto(uint8_t addr, const char *data, uint8_t n)
// force the receiver into WAIT mode
write_reg(0x3D, ((read_reg(0x3D) & 0xFB) | 0x04));
+ // todo: implement the rest...
// STDBY + ListenAbort
write_reg(0x01, 0x04);