summaryrefslogtreecommitdiff
path: root/tmk_core/protocol/serial.h
diff options
context:
space:
mode:
Diffstat (limited to 'tmk_core/protocol/serial.h')
-rw-r--r--tmk_core/protocol/serial.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/tmk_core/protocol/serial.h b/tmk_core/protocol/serial.h
index b70d117d7c..0204b84a92 100644
--- a/tmk_core/protocol/serial.h
+++ b/tmk_core/protocol/serial.h
@@ -37,6 +37,8 @@ POSSIBILITY OF SUCH DAMAGE.
#pragma once
+#define SERIAL_UART_DATA UDR1
+
/* host role */
void serial_init(void);
uint8_t serial_recv(void);