aboutsummaryrefslogtreecommitdiffstats
path: root/firmware/octoclock/include/usart.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/octoclock/include/usart.h')
-rw-r--r--firmware/octoclock/include/usart.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/firmware/octoclock/include/usart.h b/firmware/octoclock/include/usart.h
index 35ee9eb95..203255988 100644
--- a/firmware/octoclock/include/usart.h
+++ b/firmware/octoclock/include/usart.h
@@ -25,10 +25,6 @@ void usart_init(void);
char usart_getc(void);
-char usart_getc_noblock(void);
-
void usart_putc(char ch);
-void usart_putc_nowait(char ch);
-
#endif /* _USART_H_ */