summaryrefslogtreecommitdiffstats
path: root/protocol/iwrap/suart.h
diff options
context:
space:
mode:
authortmk <hasu@tmk-kbd.com>2015-04-09 18:25:48 +0200
committertmk <hasu@tmk-kbd.com>2015-04-09 18:25:48 +0200
commit6746e37088ce8ba03529c1226bd216705edb2b1f (patch)
treea256db88ec3e9e8b1b70839fcd9459d972ce26e0 /protocol/iwrap/suart.h
parentb4e2d325f355a4d083106476393775e75e11f284 (diff)
downloadqmk_firmware-6746e37088ce8ba03529c1226bd216705edb2b1f.tar.gz
qmk_firmware-6746e37088ce8ba03529c1226bd216705edb2b1f.tar.xz
Remove core library and build files
Diffstat (limited to 'protocol/iwrap/suart.h')
-rw-r--r--protocol/iwrap/suart.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/protocol/iwrap/suart.h b/protocol/iwrap/suart.h
deleted file mode 100644
index 72725b998..000000000
--- 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 */