mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2026-08-18 17:05:06 +02:00
docs(tasks): fix typo in xTaskGenericNotifyWait comment (#1455)
This commit is contained in:
parent
b178814998
commit
c5d22b28f2
2
tasks.c
2
tasks.c
@ -7979,7 +7979,7 @@ TickType_t uxTaskResetEventItemValue( void )
|
||||
*pulNotificationValue = pxCurrentTCB->ulNotifiedValue[ uxIndexToWaitOn ];
|
||||
}
|
||||
|
||||
/* If ucNotifyValue is set then either the task never entered the
|
||||
/* If ucNotifyState is set then either the task never entered the
|
||||
* blocked state (because a notification was already pending) or the
|
||||
* task unblocked because of a notification. Otherwise the task
|
||||
* unblocked because of a timeout. */
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user