summaryrefslogtreecommitdiff
path: root/tmk_core/protocol/iwrap/suart.h
diff options
context:
space:
mode:
authorDaniel <danielallendeutsch@gmail.com>2016-08-31 22:15:47 -0600
committerDaniel <danielallendeutsch@gmail.com>2016-08-31 22:15:47 -0600
commitdbac9f495469854fb64a424b171235e46161d799 (patch)
tree8c1b5d5b6e287fdedc5092383333b2ddb44bc4f4 /tmk_core/protocol/iwrap/suart.h
parent8019a074cfe39e2bf04c35bb5fb40c9ff9cda9a4 (diff)
parente28d151a8a1d458f3c18897c6095decc17b0c3a1 (diff)
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'tmk_core/protocol/iwrap/suart.h')
-rw-r--r--tmk_core/protocol/iwrap/suart.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/tmk_core/protocol/iwrap/suart.h b/tmk_core/protocol/iwrap/suart.h
index 72725b998f..7d92be0692 100644
--- a/tmk_core/protocol/iwrap/suart.h
+++ b/tmk_core/protocol/iwrap/suart.h
@@ -1,8 +1,8 @@
-#ifndef SUART
-#define SUART
-
-void xmit(uint8_t);
-uint8_t rcvr(void);
-uint8_t recv(void);
-
-#endif /* SUART */
+#ifndef SUART
+#define SUART
+
+void xmit(uint8_t);
+uint8_t rcvr(void);
+uint8_t recv(void);
+
+#endif /* SUART */