aboutsummaryrefslogtreecommitdiff
path: root/tmk_core/common/uart.h
diff options
context:
space:
mode:
Diffstat (limited to 'tmk_core/common/uart.h')
-rw-r--r--tmk_core/common/uart.h8
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
5void uart_init(uint32_t baud);
6void uart_putchar(uint8_t c);
7uint8_t uart_getchar(void);
8uint8_t uart_available(void);