summaryrefslogtreecommitdiff
path: root/src/host/usbh_hcd.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/host/usbh_hcd.h')
-rw-r--r--src/host/usbh_hcd.h3
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
}