summaryrefslogtreecommitdiff
path: root/ps2_usb/sendchar_dummy.c
diff options
context:
space:
mode:
authortmk <nobody@nowhere>2011-05-07 00:04:18 +0900
committertmk <nobody@nowhere>2011-05-07 00:48:18 +0900
commit61e12a3157ea6860f23bf8e29372aa70aeb02be0 (patch)
treeb93de00a8deb10713eec89edfb315d5b447201d6 /ps2_usb/sendchar_dummy.c
parenta6b31e950fe8de3dc4888e2f90a4001a6caee483 (diff)
move files: main_vusb.c ps2_usart.c sendchar_usart.c from ps2_usb to common dir
Diffstat (limited to 'ps2_usb/sendchar_dummy.c')
-rw-r--r--ps2_usb/sendchar_dummy.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/ps2_usb/sendchar_dummy.c b/ps2_usb/sendchar_dummy.c
deleted file mode 100644
index 8c9e583f12..0000000000
--- a/ps2_usb/sendchar_dummy.c
+++ /dev/null
@@ -1,8 +0,0 @@
-#include <stdint.h>
-#include "sendchar.h"
-
-
-int8_t sendchar(uint8_t c)
-{
- return 1;
-}