diff options
| author | hathach <[email protected]> | 2013-02-27 16:19:40 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2013-02-27 16:19:40 +0700 |
| commit | a6fac7180c1a291a25c2b5ca538f8e58296a0ec5 (patch) | |
| tree | 9e254087d1d3b11f07c45cef2ddba6c93f1a85ac /tinyusb | |
| parent | b1d33c7ffc72ded2bff672f9b728017230c248a3 (diff) | |
add coded to test ehci alignment and structure layout (included bitfield)
Diffstat (limited to 'tinyusb')
| -rw-r--r-- | tinyusb/host/usbh.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tinyusb/host/usbh.c b/tinyusb/host/usbh.c index fcfaee7c6..6c81e97bc 100644 --- a/tinyusb/host/usbh.c +++ b/tinyusb/host/usbh.c @@ -124,7 +124,7 @@ tusb_error_t usbh_control_xfer_subtask(uint8_t dev_addr, tusb_std_request_t cons //--------------------------------------------------------------------+ // ENUMERATION TASK //--------------------------------------------------------------------+ -//void usbh_enumeration_task(void) +//TODO reduce Cyclomatic Complexity OSAL_TASK_DECLARE(usbh_enumeration_task) { tusb_error_t error; |
