Syntactic proof changes to track 10.4.1 changes (#322)

All changes restricted to comments/formatting.
This commit is contained in:
Nathan Chong 2020-10-06 16:17:29 -04:00 committed by GitHub
parent 8979b3817b
commit bc54c6bc10
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 19 additions and 17 deletions

View file

@ -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