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/host/hcd.h | |
| parent | 7e6cba7359dd362548026578dd48fe1f26312db3 (diff) | |
implement usbh_edpt_busy (WIP), remove hcd_edpt_busy
Diffstat (limited to 'src/host/hcd.h')
| -rw-r--r-- | src/host/hcd.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/host/hcd.h b/src/host/hcd.h index 8cb5b3772..7a9aadc73 100644 --- a/src/host/hcd.h +++ b/src/host/hcd.h @@ -137,8 +137,6 @@ void hcd_device_close(uint8_t rhport, uint8_t dev_addr); bool hcd_setup_send(uint8_t rhport, uint8_t dev_addr, uint8_t const setup_packet[8]); bool hcd_edpt_open(uint8_t rhport, uint8_t dev_addr, tusb_desc_endpoint_t const * ep_desc); bool hcd_edpt_xfer(uint8_t rhport, uint8_t dev_addr, uint8_t ep_addr, uint8_t * buffer, uint16_t buflen); - -bool hcd_edpt_busy(uint8_t dev_addr, uint8_t ep_addr); bool hcd_edpt_clear_stall(uint8_t dev_addr, uint8_t ep_addr); //--------------------------------------------------------------------+ |
