diff options
Diffstat (limited to 'src/arm64/arm64-uart.c')
| -rw-r--r-- | src/arm64/arm64-uart.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/arm64/arm64-uart.c b/src/arm64/arm64-uart.c index 5a7f21d..4723204 100644 --- a/src/arm64/arm64-uart.c +++ b/src/arm64/arm64-uart.c @@ -13,7 +13,7 @@ /* this file handles the UART */ -static uint32_t* cb_uart_ptr = (uint32_t*) CB_UART_BASE; +static uint32_t* cb_uart_ptr = (uint32_t*) NB_UART_BASE; /// @brief Retrieve character from cb_uart_ptr utf_char_t cb_get_char(void) { |
