Fix port addressing for joystick analog read
This commit is contained in:
parent
b030c45705
commit
d88bdc6a1b
3 changed files with 12 additions and 31 deletions
|
@ -81,7 +81,6 @@ static void send_keyboard(report_keyboard_t *report);
|
|||
static void send_mouse(report_mouse_t *report);
|
||||
static void send_system(uint16_t data);
|
||||
static void send_consumer(uint16_t data);
|
||||
static void send_joystick(void);
|
||||
|
||||
static host_driver_t driver = {keyboard_leds, send_keyboard, send_mouse, send_system, send_consumer};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue