From a807f4849155262efb243c574dd5d77f35755ebc Mon Sep 17 00:00:00 2001 From: Sadeep Madurange Date: Sat, 8 Mar 2025 15:26:31 +0800 Subject: wip: spi interface. --- uart.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'uart.h') diff --git a/uart.h b/uart.h index 81db74b..854cd14 100644 --- a/uart.h +++ b/uart.h @@ -2,7 +2,8 @@ #define UART_H void uart_init(void); -void uart_write(char c); +void uart_write_char(char c); +void uart_write(const char *s); void uart_write_line(const char *s); #endif /* UART_H */ -- cgit v1.2.3