summaryrefslogtreecommitdiffstats
path: root/rf_test/radio.c
diff options
context:
space:
mode:
Diffstat (limited to 'rf_test/radio.c')
-rw-r--r--rf_test/radio.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/rf_test/radio.c b/rf_test/radio.c
index eb031db..4926280 100644
--- a/rf_test/radio.c
+++ b/rf_test/radio.c
@@ -63,6 +63,9 @@ void radio_send(const char *data, uint8_t n)
while ((read_reg(0x27) >> 7) != 1)
;
+ // todo: do a more reliable check
+ _delay_ms(5);
+
// ListenOn
write_reg(0x01, (read_reg(0x01) | 0x40));
}