diff options
author | 3gg <3gg@shellblade.net> | 2025-10-15 19:32:21 -0700 |
---|---|---|
committer | 3gg <3gg@shellblade.net> | 2025-10-15 19:32:21 -0700 |
commit | 55bcdf37342d782c723166de54ff031d09b1281f (patch) | |
tree | 11a95bfb390ba6f73e122a17fe0a00312f25dc78 /src/uart.c | |
parent | c099bcb7402421985e6e8c025e8cde591eaa073a (diff) |
Clear framebuffer to pink
Diffstat (limited to 'src/uart.c')
-rw-r--r-- | src/uart.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -75,7 +75,6 @@ void uart_init(int raspi) { | |||
75 | if (raspi >= 3) { | 75 | if (raspi >= 3) { |
76 | // Send message over property channel to configure UART clock. | 76 | // Send message over property channel to configure UART clock. |
77 | mbox_write(PROPERTY_CHANNEL, UART_SET_CLK); | 77 | mbox_write(PROPERTY_CHANNEL, UART_SET_CLK); |
78 | mbox_read(PROPERTY_CHANNEL); | ||
79 | } | 78 | } |
80 | 79 | ||
81 | // Divider = 3000000 / (16 * 115200) = 1.627 = ~1. | 80 | // Divider = 3000000 / (16 * 115200) = 1.627 = ~1. |