summaryrefslogtreecommitdiffstats
path: root/keyboard/hhkb_rn42/rn42/suart.h
diff options
context:
space:
mode:
authortmk <hasu@tmk-kbd.com>2015-01-16 10:21:18 +0900
committertmk <hasu@tmk-kbd.com>2015-01-16 10:21:18 +0900
commit099701dd3130d433244b3a4102f36f547aec25ae (patch)
tree3624044b5dede28f377e262f66d4f90963e0870d /keyboard/hhkb_rn42/rn42/suart.h
parentce6698865046c2d5e5fae73a74323048036e7d44 (diff)
hhkb: Integrate RN-42 support, remove hhkb_rn42
Diffstat (limited to 'keyboard/hhkb_rn42/rn42/suart.h')
-rw-r--r--keyboard/hhkb_rn42/rn42/suart.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/keyboard/hhkb_rn42/rn42/suart.h b/keyboard/hhkb_rn42/rn42/suart.h
deleted file mode 100644
index 72725b998f..0000000000
--- a/keyboard/hhkb_rn42/rn42/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 */