summaryrefslogtreecommitdiff
path: root/src/host
diff options
context:
space:
mode:
authorhathach <[email protected]>2021-02-24 13:10:47 +0700
committerhathach <[email protected]>2021-05-18 12:58:24 +0700
commit1dd2cd43dda857de3f4272074c595e663ef09b22 (patch)
tree997aaf03c8bfbf7c9aaf73f24f1df2c9a7155a35 /src/host
parent2d15e1183064a35cc646a46bddf2b82915114cc8 (diff)
add hcd_ehci.h as interface for ehci port
Diffstat (limited to 'src/host')
-rw-r--r--src/host/usbh.c2
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