aboutsummaryrefslogtreecommitdiff
path: root/usr/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr/main.c')
-rw-r--r--usr/main.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/usr/main.c b/usr/main.c
index 85491e1..415d6c9 100644
--- a/usr/main.c
+++ b/usr/main.c
@@ -59,5 +59,4 @@ void main(void)
subscribe_irq(GPIO_BANK_1_IRQ, gptest, &gpinfo);
add_thread(loop, 0, 8);
add_thread(consumer, 0, 3);
- uart_string("00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000");
}