Synchronous USART support for PS/2 on V-USB stack
This commit is contained in:
8
ps2_vusb/sendchar_dummy.c
Normal file
8
ps2_vusb/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