Update comment
This commit is contained in:
parent
3b80f3caf1
commit
ad6ab09e30
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue