summaryrefslogtreecommitdiffstats
path: root/recv.c
diff options
context:
space:
mode:
authorSadeep Madurange <sadeep@asciimx.com>2025-04-06 10:11:09 +0800
committerSadeep Madurange <sadeep@asciimx.com>2025-04-06 10:11:09 +0800
commitf2801a35b43f4117d97dd4d8eba9db480454c9e3 (patch)
tree74379f443af948faac953262d162f7cab51808aa /recv.c
parent5ea8572fcbc6a3dbcbb47393dcab128585df2ce6 (diff)
downloadavr-nrf24l01-driver-f2801a35b43f4117d97dd4d8eba9db480454c9e3.tar.gz
Fix programming errors in setting the address registers.
Diffstat (limited to 'recv.c')
-rw-r--r--recv.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/recv.c b/recv.c
index efff67e..31dbc0f 100644
--- a/recv.c
+++ b/recv.c
@@ -39,7 +39,6 @@ int main(void)
n = radio_recv(buf, MAXPDLEN);
buf[n] = '\0';
rxdr = 0;
-
uart_write("INFO: ");
uart_write_line(buf);