summaryrefslogtreecommitdiff
path: root/tmk_core/protocol/serial.h
diff options
context:
space:
mode:
authorskullY <skullydazed@gmail.com>2019-08-30 11:19:03 -0700
committerFlorian Didron <fdidron@users.noreply.github.com>2019-10-01 10:21:12 +0900
commit93f6749e06b70ba81e15f8b77e5a18675dacddfe (patch)
treefcf75ef930800a948e5a3ba015d6759889f2284d /tmk_core/protocol/serial.h
parentda34bddba16ba7a8495dc30bfe4542551ba87ed4 (diff)
clang-format changes
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