diff options
author | Christian Cunningham <cc@localhost> | 2022-03-25 12:34:00 -0700 |
---|---|---|
committer | Christian Cunningham <cc@localhost> | 2022-03-25 12:34:00 -0700 |
commit | 357102ee9ccaea7e26c95e409c4c364a63aed423 (patch) | |
tree | 04f26bac4f3ed3244a32b33b763049fc7c97f707 /usr | |
parent | 667e5e8cf02e3d5c530d76fa1921bafdd460b70c (diff) |
19200 baud over 3MHz
Diffstat (limited to 'usr')
-rw-r--r-- | usr/main.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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"); } |