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