start to add code for hcd_init test

change hcd_init signature (omit hostid)
This commit is contained in:
hathach
2013-02-28 17:00:51 +07:00
parent 82bd4719ce
commit 795fe7468d
7 changed files with 35 additions and 24 deletions

View File

@@ -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