summaryrefslogtreecommitdiffstats
path: root/uart.h
diff options
context:
space:
mode:
Diffstat (limited to 'uart.h')
-rw-r--r--uart.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/uart.h b/uart.h
index 854cd14..a88a3c6 100644
--- a/uart.h
+++ b/uart.h
@@ -2,7 +2,6 @@
#define UART_H
void uart_init(void);
-void uart_write_char(char c);
void uart_write(const char *s);
void uart_write_line(const char *s);