mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-10-17 02:07:48 -04:00
Syntactic proof changes to track 10.4.1 changes (#322)
All changes restricted to comments/formatting.
This commit is contained in:
parent
8979b3817b
commit
bc54c6bc10
6 changed files with 19 additions and 17 deletions
|
@ -78,7 +78,7 @@ static void prvUnlockQueue( Queue_t * const pxQueue )
|
|||
if( xTaskRemoveFromEventList( &( pxQueue->xTasksWaitingToReceive ) ) != pdFALSE )
|
||||
{
|
||||
/* The task waiting has a higher priority so record that a
|
||||
* context switch is required. */
|
||||
* context switch is required. */
|
||||
vTaskMissedYield();
|
||||
}
|
||||
else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue