summaryrefslogtreecommitdiffstats
path: root/nrfm.c
diff options
context:
space:
mode:
Diffstat (limited to 'nrfm.c')
-rw-r--r--nrfm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nrfm.c b/nrfm.c
index 364c0aa..29484e6 100644
--- a/nrfm.c
+++ b/nrfm.c
@@ -285,7 +285,7 @@ uint8_t radio_recv(char *buf, uint8_t n)
rxdr = read_reg(0x07) & ~(1 << 6);
if (!rxdr) {
- uart_write_line("DEBUG: RX_DR=0, abort read");
+ uart_write_line("ERROR: RX_DR=0, abort read");
return 0;
}