summaryrefslogtreecommitdiff
path: root/Source
diff options
context:
space:
mode:
authorRichardBarry <RichardBarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>2008-11-22 17:34:51 +0000
committerRichardBarry <RichardBarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>2008-11-22 17:34:51 +0000
commit6da66d5d80b57616e1d8ca1dc52f7c720ffcd161 (patch)
treeb4001fd2a76c6c91bdc10cf231675a4875aa70d5 /Source
parent798eb72b14d4add154a803831e0c0d9cbd379b5c (diff)
downloadfreertos-6da66d5d80b57616e1d8ca1dc52f7c720ffcd161.tar.gz
freertos-6da66d5d80b57616e1d8ca1dc52f7c720ffcd161.tar.bz2
freertos-6da66d5d80b57616e1d8ca1dc52f7c720ffcd161.tar.xz
Remove erroneous comments.
git-svn-id: https://freertos.svn.sourceforge.net/svnroot/freertos/trunk@584 1d2547de-c912-0410-9cb9-b8ca96c0e9e2
Diffstat (limited to 'Source')
-rw-r--r--Source/queue.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/Source/queue.c b/Source/queue.c
index 3801f20b..54dcd837 100644
--- a/Source/queue.c
+++ b/Source/queue.c
@@ -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();
{
-/* 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 )
{
/* Remember our read position in case we are just peeking. */