summaryrefslogtreecommitdiff
path: root/tmk_core/protocol/iwrap/suart.h
diff options
context:
space:
mode:
authorDamien <Dbroqua@users.noreply.github.com>2016-08-29 22:33:50 +0200
committerGitHub <noreply@github.com>2016-08-29 22:33:50 +0200
commitaf24ea558a65fea549bd9f57a9704b904972d2f7 (patch)
tree50cd382df7dac58057c958f62732174cf0dfe920 /tmk_core/protocol/iwrap/suart.h
parent8e058135e2905d6a2ec281d29e5a93cb808bd8a5 (diff)
parent6d1e916851daa7bcbd8ef31b6fbc73cb369ef1f0 (diff)
Merge pull request #3 from jackhumbert/master
Merge from jackhumbert
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 */