diff options
Diffstat (limited to 'tmk_core/common/uart.h')
-rw-r--r-- | tmk_core/common/uart.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/tmk_core/common/uart.h b/tmk_core/common/uart.h deleted file mode 100644 index ea247b17b..000000000 --- a/tmk_core/common/uart.h +++ /dev/null | |||
@@ -1,8 +0,0 @@ | |||
1 | #pragma once | ||
2 | |||
3 | #include <stdint.h> | ||
4 | |||
5 | void uart_init(uint32_t baud); | ||
6 | void uart_putchar(uint8_t c); | ||
7 | uint8_t uart_getchar(void); | ||
8 | uint8_t uart_available(void); | ||