]> git.sur5r.net Git - freertos/blobdiff - FreeRTOS/Source/queue.c
+ New feature added: Task notifications.
[freertos] / FreeRTOS / Source / queue.c
index 5ef81adc43092d65be027fbc2763229bcfe65aba..a7c6e749c54dd4cf55fc7f12fa51d127058d197d 100644 (file)
@@ -1377,8 +1377,8 @@ Queue_t * const pxQueue = ( Queue_t * ) xQueue;
        {\r
                taskENTER_CRITICAL();\r
                {\r
-                       /* Is there data in the queue now?  To be running we must be\r
-                       the highest priority task wanting to access the queue. */\r
+                       /* Is there data in the queue now?  To be running the calling task\r
+                       must be the highest priority task wanting to access the queue. */\r
                        if( pxQueue->uxMessagesWaiting > ( UBaseType_t ) 0 )\r
                        {\r
                                /* Remember the read position in case the queue is only being\r