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