diff options
Diffstat (limited to 'src/uart.c')
-rw-r--r-- | src/uart.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -35,7 +35,7 @@ enum | |||
35 | }; | 35 | }; |
36 | 36 | ||
37 | // A mailbox message with set clock rate of PL011 to 3MHz tag. | 37 | // A mailbox message with set clock rate of PL011 to 3MHz tag. |
38 | static const uint32_t __attribute__((aligned(MAIL_ALIGN))) UART_SET_CLK[9] = { | 38 | static const MAIL_T uint32_t UART_SET_CLK[9] = { |
39 | 9*4, 0, 0x38002, 12, 8, 2, 3000000, 0, 0 | 39 | 9*4, 0, 0x38002, 12, 8, 2, 3000000, 0, 0 |
40 | }; | 40 | }; |
41 | 41 | ||