aboutsummaryrefslogtreecommitdiff
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 8c9e583f1..000000000
--- a/ps2_usb/sendchar_dummy.c
+++ /dev/null
@@ -1,8 +0,0 @@
1#include <stdint.h>
2#include "sendchar.h"
3
4
5int8_t sendchar(uint8_t c)
6{
7 return 1;
8}