summaryrefslogtreecommitdiff
path: root/ps2_usb/sendchar_dummy.c
diff options
context:
space:
mode:
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;
-}