diff options
| author | Fred Sundvik | 2016-08-27 17:40:50 +0200 |
|---|---|---|
| committer | Fred Sundvik | 2016-08-27 17:40:50 +0200 |
| commit | a5b1af4999345239df5086351b52a5b4d2daa97e (patch) | |
| tree | e1c2f5c80eab485c232b43791a4db75502ea77a2 /tmk_core/protocol/iwrap/suart.h | |
| parent | de58ec9738deebe73a43b9511c8df441c6f81efa (diff) | |
Normalize line endings
Diffstat (limited to 'tmk_core/protocol/iwrap/suart.h')
| -rw-r--r-- | tmk_core/protocol/iwrap/suart.h | 16 |
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 */ |