summaryrefslogtreecommitdiff
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 ea247b17b8..0000000000
--- a/tmk_core/common/uart.h
+++ /dev/null
@@ -1,8 +0,0 @@
-#pragma once
-
-#include <stdint.h>
-
-void uart_init(uint32_t baud);
-void uart_putchar(uint8_t c);
-uint8_t uart_getchar(void);
-uint8_t uart_available(void);