mirror of
https://github.com/espressif/esp-idf
synced 2025-03-10 09:39:10 -04:00
fix(examples/usb_host_lib): correct typo in comments
Fixes a small typo in comments Signed-off-by: Daniel Mangum <georgedanielmangum@gmail.com>
This commit is contained in:
parent
ce6085349f
commit
4e3e73f353
@ -178,7 +178,7 @@ void app_main(void)
|
|||||||
0);
|
0);
|
||||||
assert(task_created == pdTRUE);
|
assert(task_created == pdTRUE);
|
||||||
|
|
||||||
// Wait unit the USB host library is installed
|
// Wait until the USB host library is installed
|
||||||
ulTaskNotifyTake(false, 1000);
|
ulTaskNotifyTake(false, 1000);
|
||||||
|
|
||||||
// Create class driver task
|
// Create class driver task
|
||||||
|
Loading…
x
Reference in New Issue
Block a user