summaryrefslogtreecommitdiff
path: root/src/host
diff options
context:
space:
mode:
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