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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/tmk_core/protocol/serial.h b/tmk_core/protocol/serial.h
index 96913c8675..93ac998983 100644
--- a/tmk_core/protocol/serial.h
+++ b/tmk_core/protocol/serial.h
@@ -39,9 +39,9 @@ POSSIBILITY OF SUCH DAMAGE.
#define SERIAL_H
/* host role */
-void serial_init(void);
+void serial_init(void);
uint8_t serial_recv(void);
int16_t serial_recv2(void);
-void serial_send(uint8_t data);
+void serial_send(uint8_t data);
#endif