summaryrefslogtreecommitdiff
path: root/src/uart.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/uart.c')
-rw-r--r--src/uart.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/uart.c b/src/uart.c
index f8be797..0a2684b 100644
--- a/src/uart.c
+++ b/src/uart.c
@@ -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.