diff options
| author | hathach <[email protected]> | 2021-02-24 13:10:47 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2021-05-18 12:58:24 +0700 |
| commit | 1dd2cd43dda857de3f4272074c595e663ef09b22 (patch) | |
| tree | 997aaf03c8bfbf7c9aaf73f24f1df2c9a7155a35 /src/host | |
| parent | 2d15e1183064a35cc646a46bddf2b82915114cc8 (diff) | |
add hcd_ehci.h as interface for ehci port
Diffstat (limited to 'src/host')
| -rw-r--r-- | src/host/usbh.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/host/usbh.c b/src/host/usbh.c index a4ee4cb5c..3761f279c 100644 --- a/src/host/usbh.c +++ b/src/host/usbh.c @@ -656,7 +656,7 @@ static bool enum_new_device(hcd_event_t* event) //------------- connected/disconnected directly with roothub -------------// if (dev0->hub_addr == 0) { - // wait until device is stable + // wait until device is stable TODO non blocking osal_task_delay(RESET_DELAY); // device unplugged while delaying |
