diff options
Diffstat (limited to 'tinyusb/host/hcd.h')
| -rw-r--r-- | tinyusb/host/hcd.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tinyusb/host/hcd.h b/tinyusb/host/hcd.h index 0051b028e..b046a0e64 100644 --- a/tinyusb/host/hcd.h +++ b/tinyusb/host/hcd.h @@ -67,6 +67,7 @@ typedef uint32_t pipe_handle_t; // USBH-HCD API //--------------------------------------------------------------------+ tusb_error_t hcd_init() ATTR_WARN_UNUSED_RESULT; +void hcd_isr(uint8_t hostid); //--------------------------------------------------------------------+ // PIPE API |
