mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2026-03-17 22:31:18 -04:00
Update version number ready for the V8.2.3 release.
This commit is contained in:
parent
d289525e1b
commit
825b43a188
1461 changed files with 17453 additions and 17461 deletions
|
|
@ -334,7 +334,7 @@ const TickType_t xMaxBlockTime = pdMS_TO_TICKS( 5000 );
|
|||
{
|
||||
/* Ensure the calling task's notification state is not already
|
||||
pending. */
|
||||
vTaskNotifyClear( NULL );
|
||||
xTaskNotifyStateClear( NULL );
|
||||
|
||||
/* Store the handle of the transmitting task. This is used to unblock
|
||||
the task when the transmission has completed. */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue