diff options
| author | hathach <[email protected]> | 2020-11-07 10:37:33 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2020-11-07 10:37:33 +0700 |
| commit | 2907b1e4382df313ba8eb713fa4d0e3d3bc6e7cf (patch) | |
| tree | 9ca6f0bba05e32d01969de71ec90145e7bc69378 | |
| parent | 14461beffa4f2e12bc37d523701be65fabd0d8ce (diff) | |
clean up
| -rw-r--r-- | src/host/usbh.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/host/usbh.h b/src/host/usbh.h index 7db918348..12c9164dd 100644 --- a/src/host/usbh.h +++ b/src/host/usbh.h @@ -116,8 +116,6 @@ bool usbh_edpt_xfer(uint8_t dev_addr, uint8_t ep_addr, uint8_t * buffer, uint16_ // If caller does not make any transfer, it must release endpoint for others. bool usbh_edpt_claim(uint8_t dev_addr, uint8_t ep_addr); -bool usbh_control_xfer (uint8_t dev_addr, tusb_control_request_t* request, uint8_t* data); // TODO remove later - void usbh_driver_set_config_complete(uint8_t dev_addr, uint8_t itf_num); uint8_t usbh_get_rhport(uint8_t dev_addr); |
