From c099bcb7402421985e6e8c025e8cde591eaa073a Mon Sep 17 00:00:00 2001 From: 3gg <3gg@shellblade.net> Date: Tue, 14 Oct 2025 17:54:17 -0700 Subject: Add MAIL_T macro; read framebuffer allocation response --- src/uart.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/uart.c') diff --git a/src/uart.c b/src/uart.c index 3b107f4..f8be797 100644 --- a/src/uart.c +++ b/src/uart.c @@ -35,7 +35,7 @@ enum }; // A mailbox message with set clock rate of PL011 to 3MHz tag. -static const uint32_t __attribute__((aligned(MAIL_ALIGN))) UART_SET_CLK[9] = { +static const MAIL_T uint32_t UART_SET_CLK[9] = { 9*4, 0, 0x38002, 12, 8, 2, 3000000, 0, 0 }; -- cgit v1.2.3