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.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/tmk_core/common/uart.h b/tmk_core/common/uart.h
index 59a1a7cd12..ea247b17b8 100644
--- a/tmk_core/common/uart.h
+++ b/tmk_core/common/uart.h
@@ -1,5 +1,4 @@
-#ifndef _uart_included_h_
-#define _uart_included_h_
+#pragma once
#include <stdint.h>
@@ -7,5 +6,3 @@ void uart_init(uint32_t baud);
void uart_putchar(uint8_t c);
uint8_t uart_getchar(void);
uint8_t uart_available(void);
-
-#endif