forked from espressif/esp-idf
Merge branch 'contrib/github_pr_14858' into 'master'
fix(examples/usb_host_lib): correct typo in comments (GitHub PR) Closes IDFGH-14038 See merge request espressif/esp-idf!34861
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user