aboutsummaryrefslogtreecommitdiff
path: root/src/include/uart.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/uart.h')
-rw-r--r--src/include/uart.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/uart.h b/src/include/uart.h
index 6b8d8e844c..9601bfa7c9 100644
--- a/src/include/uart.h
+++ b/src/include/uart.h
@@ -30,7 +30,7 @@
#include <uart8250.h>
#endif
-#if !defined(__ROMCC__) && CONFIG_CONSOLE_SERIAL_UART
+#if CONFIG_CONSOLE_SERIAL_UART
unsigned char uart_rx_byte(void);
void uart_tx_byte(unsigned char data);
void uart_tx_flush(void);