]> git.sur5r.net Git - freertos/commitdiff
Remove erroneous comments.
authorRichardBarry <RichardBarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Sat, 22 Nov 2008 17:34:51 +0000 (17:34 +0000)
committerRichardBarry <RichardBarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Sat, 22 Nov 2008 17:34:51 +0000 (17:34 +0000)
git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@584 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

Source/queue.c

index 3801f20b8e3784f7897f77cf1f44bc1a33463268..54dcd837572144f213d29c1df6785fd7cfdf237f 100644 (file)
@@ -943,12 +943,8 @@ signed portCHAR *pcOriginalReadPosition;
                        }\r
                }\r
 \r
-/* The two tasks are blocked on the queue, the low priority task is polling/running. */\r
-\r
-/* An interrupt occurs here - which unblocks the HP tasks, but they do not run. */\r
                taskENTER_CRITICAL();\r
                {\r
-/* Because the interrupt occurred the LP task manages to grab the data as the other two tasks are not yet running. */\r
                        if( pxQueue->uxMessagesWaiting > ( unsigned portBASE_TYPE ) 0 )\r
                        {\r
                                /* Remember our read position in case we are just peeking. */\r