Improve PS/2 mouse performance (#17111)
This commit is contained in:
parent
d44a950c10
commit
ecce9900c9
4 changed files with 22 additions and 6 deletions
|
@ -89,6 +89,7 @@ uint8_t ps2_host_send(uint8_t data);
|
|||
uint8_t ps2_host_recv_response(void);
|
||||
uint8_t ps2_host_recv(void);
|
||||
void ps2_host_set_led(uint8_t usb_led);
|
||||
bool pbuf_has_data(void);
|
||||
|
||||
/*--------------------------------------------------------------------
|
||||
* static functions
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue