aboutsummaryrefslogtreecommitdiff
path: root/usr/main.c
diff options
context:
space:
mode:
authorChristian Cunningham <cc@localhost>2022-03-25 12:34:00 -0700
committerChristian Cunningham <cc@localhost>2022-03-25 12:34:00 -0700
commit357102ee9ccaea7e26c95e409c4c364a63aed423 (patch)
tree04f26bac4f3ed3244a32b33b763049fc7c97f707 /usr/main.c
parent667e5e8cf02e3d5c530d76fa1921bafdd460b70c (diff)
19200 baud over 3MHz
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");
}