mirror of
https://github.com/espressif/esp-idf
synced 2025-03-10 01:29:21 -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);
|
||||
assert(task_created == pdTRUE);
|
||||
|
||||
// Wait unit the USB host library is installed
|
||||
// Wait until the USB host library is installed
|
||||
ulTaskNotifyTake(false, 1000);
|
||||
|
||||
// Create class driver task
|
||||
|
Loading…
x
Reference in New Issue
Block a user