From d48a66377317771bb22c7b5e97661a91535be97f Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Fri, 6 Jun 2025 06:03:27 +0200 Subject: fix: Fix unused variable `cb_locked_put_char` on ARM64's UART. Signed-off-by: Amlal El Mahrouss --- src/arm64/arm64-uart.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'src') diff --git a/src/arm64/arm64-uart.c b/src/arm64/arm64-uart.c index d587346..5a7f21d 100644 --- a/src/arm64/arm64-uart.c +++ b/src/arm64/arm64-uart.c @@ -15,9 +15,6 @@ static uint32_t* cb_uart_ptr = (uint32_t*) CB_UART_BASE; -// we need that one, to avoid sending mutliple chars to UART. -static boolean cb_locked_put_char = no; - /// @brief Retrieve character from cb_uart_ptr utf_char_t cb_get_char(void) { while ((ARM64_MMIO_REG(0x018) & (1 << 4))) { -- cgit v1.2.3