integrate V-USB support into ps2_usb
This commit is contained in:
8
ps2_usb/sendchar_dummy.c
Normal file
8
ps2_usb/sendchar_dummy.c
Normal file
@@ -0,0 +1,8 @@
|
||||
#include <stdint.h>
|
||||
#include "sendchar.h"
|
||||
|
||||
|
||||
int8_t sendchar(uint8_t c)
|
||||
{
|
||||
return 1;
|
||||
}
|
||||
Reference in New Issue
Block a user