rename tud_hid_mouse_busy to tud_hid_mouse_ready

This commit is contained in:
hathach
2018-07-24 20:41:06 +07:00
parent 17369cfda0
commit b370283174
3 changed files with 7 additions and 12 deletions

View File

@@ -132,7 +132,7 @@ void usb_hid_task(void)
/*------------- Mouse -------------*/
// if ( !tud_hid_mouse_busy() )
// if ( tud_hid_mouse_ready() )
// {
// // Poll every 10ms
// static tu_timeout_t tm = { .start = 0, .interval = 10 };