diff options
Diffstat (limited to 'tmk_core/protocol/iwrap/suart.h')
| -rw-r--r-- | tmk_core/protocol/iwrap/suart.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/tmk_core/protocol/iwrap/suart.h b/tmk_core/protocol/iwrap/suart.h deleted file mode 100644 index c634bbc2f..000000000 --- a/tmk_core/protocol/iwrap/suart.h +++ /dev/null | |||
| @@ -1,8 +0,0 @@ | |||
| 1 | #ifndef SUART | ||
| 2 | #define SUART | ||
| 3 | |||
| 4 | void xmit(uint8_t); | ||
| 5 | uint8_t rcvr(void); | ||
| 6 | uint8_t recv(void); | ||
| 7 | |||
| 8 | #endif /* SUART */ | ||
