rename device mouse API

This commit is contained in:
hathach
2018-07-24 16:55:30 +07:00
parent 3dc1d847b8
commit 255f832904
3 changed files with 3 additions and 3 deletions

View File

@@ -142,7 +142,7 @@ void usb_hid_task(void)
if ( btn )
{
hid_mouse_report_t report = { .buttons = 0, .x = 10, .y = 0, .wheel = 0 };
tud_hid_mouse_send_report(&report);
tud_hid_mouse_report(&report);
}
}