Skip to content

Commit

Permalink
Merge branch 'contrib/github_pr_14858' into 'master'
Browse files Browse the repository at this point in the history
fix(examples/usb_host_lib): correct typo in comments (GitHub PR)

Closes IDFGH-14038

See merge request espressif/esp-idf!34861
  • Loading branch information
tore-espressif committed Nov 13, 2024
2 parents 1e7098f + 4e3e73f commit 5532fa8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5532fa8

Please sign in to comment.