diff options
| author | hathach <[email protected]> | 2013-02-28 17:00:51 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2013-02-28 17:00:51 +0700 |
| commit | 795fe7468d35b62987cee07d35c7cf452447ea70 (patch) | |
| tree | 8be32c99910341d1b9671b8d047c26da04e1c697 /tinyusb/host/hcd.h | |
| parent | 82bd4719ce1ab3d67c6d5f32973312250b8a443c (diff) | |
start to add code for hcd_init test
change hcd_init signature (omit hostid)
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 |
