Update comment

This commit is contained in:
N 2021-01-17 12:46:08 -05:00 committed by GitHub
parent 3b80f3caf1
commit ad6ab09e30
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -171,7 +171,7 @@ u8 FindTaskIdByFunc(TaskFunc func)
if (gTasks[i].isActive == TRUE && gTasks[i].func == func)
return (u8)i;
return TAIL_SENTINEL; // No task found.
return TAIL_SENTINEL; // No task was found.
}
u8 GetTaskCount(void)