mirror of
https://github.com/FreeRTOS/FreeRTOS.git
synced 2025-06-30 22:12:14 +08:00
Formatting only.
This commit is contained in:
@ -814,7 +814,7 @@ signed portCHAR *pcOriginalReadPosition;
|
|||||||
{
|
{
|
||||||
taskENTER_CRITICAL();
|
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. */
|
the highest priority task wanting to access the queue. */
|
||||||
if( pxQueue->uxMessagesWaiting > ( unsigned portBASE_TYPE ) 0 )
|
if( pxQueue->uxMessagesWaiting > ( unsigned portBASE_TYPE ) 0 )
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user