]> git.sur5r.net Git - freertos/blobdiff - Source/queue.c
Remove erroneous comments.
[freertos] / 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