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:
Daniel Mangum 2024-11-10 19:39:53 -05:00
parent ce6085349f
commit 4e3e73f353

View File

@ -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