summaryrefslogtreecommitdiffstats
path: root/keyboard/hhkb/rn42/suart.h
diff options
context:
space:
mode:
authorChristopher Browne <cbbrowne@ca.afilias.info>2016-05-26 15:17:00 -0400
committerChristopher Browne <cbbrowne@ca.afilias.info>2016-05-26 15:17:00 -0400
commitd649ab34334ff568448c47a04fcf40f1aa960135 (patch)
tree4cc848e8892b21839da14d7b9ac628f6cfbefadf /keyboard/hhkb/rn42/suart.h
parent48871b9b6b99201abc381ee27cfd94e211ca131a (diff)
parent89f0472b9e1c751034a745898fd495bbd49f2b66 (diff)
Merge branch 'master' of https://github.com/jackhumbert/qmk_firmware
Diffstat (limited to 'keyboard/hhkb/rn42/suart.h')
-rw-r--r--keyboard/hhkb/rn42/suart.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/keyboard/hhkb/rn42/suart.h b/keyboard/hhkb/rn42/suart.h
deleted file mode 100644
index 72725b998f..0000000000
--- a/keyboard/hhkb/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 */