mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-06 22:24:33 +02:00
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);
|
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
|
||||||
|
Reference in New Issue
Block a user