mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-08-18 09:08:33 -04:00
Formatting only.
This commit is contained in:
parent
4c232cdc4e
commit
886be58c58
1 changed files with 9 additions and 9 deletions
|
@ -814,7 +814,7 @@ signed portCHAR *pcOriginalReadPosition;
|
|||
{
|
||||
taskENTER_CRITICAL();
|
||||
{
|
||||
/* Is there space on the queue now? To be running we must be
|
||||
/* Is there data in the queue now? To be running we must be
|
||||
the highest priority task wanting to access the queue. */
|
||||
if( pxQueue->uxMessagesWaiting > ( unsigned portBASE_TYPE ) 0 )
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue