diff options
| author | hathach <[email protected]> | 2021-06-10 17:19:21 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2021-06-10 17:19:21 +0700 |
| commit | c7f51cde40afbefe3f1d57b9dbdaaca0abed424e (patch) | |
| tree | 9cbc2769d32f06c189740b65f18ce55536d1fb58 /src/class/hid/hid_host.c | |
| parent | 7e6cba7359dd362548026578dd48fe1f26312db3 (diff) | |
implement usbh_edpt_busy (WIP), remove hcd_edpt_busy
Diffstat (limited to 'src/class/hid/hid_host.c')
| -rw-r--r-- | src/class/hid/hid_host.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/class/hid/hid_host.c b/src/class/hid/hid_host.c index ec50f55f9..cde5e23a5 100644 --- a/src/class/hid/hid_host.c +++ b/src/class/hid/hid_host.c @@ -201,7 +201,7 @@ bool tuh_hid_set_report(uint8_t dev_addr, uint8_t instance, uint8_t report_id, u // TU_VERIFY(tuh_n_hid_n_mounted(dev_addr, instance)); // // hidh_interface_t* hid_itf = get_instance(dev_addr, instance); -// return !hcd_edpt_busy(dev_addr, hid_itf->ep_in); +// return !usbh_edpt_busy(dev_addr, hid_itf->ep_in); //} //void tuh_hid_send_report(uint8_t dev_addr, uint8_t instance, uint8_t report_id, uint8_t const* report, uint16_t len); |
