diff options
| author | hathach <[email protected]> | 2018-12-08 20:51:48 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2018-12-08 20:51:48 +0700 |
| commit | d3ac4c14a3204c585bdeba8e8f27c8257d1ac826 (patch) | |
| tree | 1ca2e1d1c88c4e6cfd4b10227241baea6788b02b /src/host/usbh_hcd.h | |
| parent | 607658d047a3c27a096b9f6a25ea0a76f3d8735d (diff) | |
refactor hcd api
Diffstat (limited to 'src/host/usbh_hcd.h')
| -rw-r--r-- | src/host/usbh_hcd.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/host/usbh_hcd.h b/src/host/usbh_hcd.h index b4d9adb26..66a0e2d93 100644 --- a/src/host/usbh_hcd.h +++ b/src/host/usbh_hcd.h @@ -94,8 +94,7 @@ extern usbh_device_t _usbh_devices[CFG_TUSB_HOST_DEVICE_MAX+1]; // including zer // callback from HCD ISR //--------------------------------------------------------------------+ void usbh_xfer_isr(pipe_handle_t pipe_hdl, uint8_t class_code, xfer_result_t event, uint32_t xferred_bytes); -void usbh_hcd_rhport_plugged_isr(uint8_t hostid); -void usbh_hcd_rhport_unplugged_isr(uint8_t hostid); + #ifdef __cplusplus } |
