mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-08-19 09:38:32 -04:00
Remove erroneous comments.
This commit is contained in:
parent
eb16fc814d
commit
8471147b5a
1 changed files with 0 additions and 4 deletions
|
@ -943,12 +943,8 @@ signed portCHAR *pcOriginalReadPosition;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/* The two tasks are blocked on the queue, the low priority task is polling/running. */
|
|
||||||
|
|
||||||
/* An interrupt occurs here - which unblocks the HP tasks, but they do not run. */
|
|
||||||
taskENTER_CRITICAL();
|
taskENTER_CRITICAL();
|
||||||
{
|
{
|
||||||
/* Because the interrupt occurred the LP task manages to grab the data as the other two tasks are not yet running. */
|
|
||||||
if( pxQueue->uxMessagesWaiting > ( unsigned portBASE_TYPE ) 0 )
|
if( pxQueue->uxMessagesWaiting > ( unsigned portBASE_TYPE ) 0 )
|
||||||
{
|
{
|
||||||
/* Remember our read position in case we are just peeking. */
|
/* Remember our read position in case we are just peeking. */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue