Skip to content

Commit

Permalink
fix(examples/usb_host_lib): correct typo in comments
Browse files Browse the repository at this point in the history
Fixes a small typo in comments

Signed-off-by: Daniel Mangum <georgedanielmangum@gmail.com>
  • Loading branch information
hasheddan committed Nov 11, 2024
1 parent ce60853 commit 4e3e73f
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 4e3e73f

Please sign in to comment.