diff options
Diffstat (limited to 'tmk_core/common/uart.h')
-rw-r--r-- | tmk_core/common/uart.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tmk_core/common/uart.h b/tmk_core/common/uart.h index 41136a396..59a1a7cd1 100644 --- a/tmk_core/common/uart.h +++ b/tmk_core/common/uart.h | |||
@@ -3,8 +3,8 @@ | |||
3 | 3 | ||
4 | #include <stdint.h> | 4 | #include <stdint.h> |
5 | 5 | ||
6 | void uart_init(uint32_t baud); | 6 | void uart_init(uint32_t baud); |
7 | void uart_putchar(uint8_t c); | 7 | void uart_putchar(uint8_t c); |
8 | uint8_t uart_getchar(void); | 8 | uint8_t uart_getchar(void); |
9 | uint8_t uart_available(void); | 9 | uint8_t uart_available(void); |
10 | 10 | ||