Synchronous USART support for PS/2 on V-USB stack
This commit is contained in:
parent
239bdbf419
commit
47f5d8b545
11 changed files with 530 additions and 272 deletions
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;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue