diff options
Diffstat (limited to 'ps2_usb/sendchar_dummy.c')
-rw-r--r-- | ps2_usb/sendchar_dummy.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ps2_usb/sendchar_dummy.c b/ps2_usb/sendchar_dummy.c new file mode 100644 index 0000000000..8c9e583f12 --- /dev/null +++ b/ps2_usb/sendchar_dummy.c @@ -0,0 +1,8 @@ +#include <stdint.h> +#include "sendchar.h" + + +int8_t sendchar(uint8_t c) +{ + return 1; +} |