aboutsummaryrefslogtreecommitdiffstats
path: root/tmk_core/protocol/iwrap/suart.h
diff options
context:
space:
mode:
authorRyan <fauxpark@gmail.com>2020-06-05 20:56:03 +1000
committerJames Young <18669334+noroadsleft@users.noreply.github.com>2020-08-29 14:30:02 -0700
commit5cc3ab38c9148cd6bc7ccdba176a88fbb95653b1 (patch)
treedd076eba2a41b566c1e84b899dcb97e9c459fdba /tmk_core/protocol/iwrap/suart.h
parent3dbbd4cf4466ba36676e028ce78c60bf7ccc4282 (diff)
downloadfirmware-5cc3ab38c9148cd6bc7ccdba176a88fbb95653b1.tar.gz
firmware-5cc3ab38c9148cd6bc7ccdba176a88fbb95653b1.tar.bz2
firmware-5cc3ab38c9148cd6bc7ccdba176a88fbb95653b1.zip
Remove iWRAP protocol (#9284)
Diffstat (limited to 'tmk_core/protocol/iwrap/suart.h')
-rw-r--r--tmk_core/protocol/iwrap/suart.h8
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 @@
-#ifndef SUART
-#define SUART
-
-void xmit(uint8_t);
-uint8_t rcvr(void);
-uint8_t recv(void);
-
-#endif /* SUART */