diff options
Diffstat (limited to 'tmk_core/protocol/iwrap/suart.h')
-rw-r--r-- | tmk_core/protocol/iwrap/suart.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tmk_core/protocol/iwrap/suart.h b/tmk_core/protocol/iwrap/suart.h index 7d92be0692..c634bbc2f4 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); +void xmit(uint8_t); uint8_t rcvr(void); uint8_t recv(void); -#endif /* SUART */ +#endif /* SUART */ |