summaryrefslogtreecommitdiffstats
path: root/recv.c
diff options
context:
space:
mode:
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);