]> git.sur5r.net Git - freertos/blobdiff - Demo/Common/Minimal/blocktim.c
Corrected comment - thanks Ralf A.
[freertos] / Demo / Common / Minimal / blocktim.c
index d3ab59da193a0f3321486b7cc92e02994ec1c6ea..363c8f55a160d98f6a4773aa34d6bafe0a826165 100644 (file)
@@ -393,8 +393,8 @@ portBASE_TYPE xData;
                wake time is as per that expected. */\r
                xTimeWhenBlocking = xTaskGetTickCount();\r
 \r
-               /* We should unblock after bktTIME_TO_BLOCK having not received\r
-               anything on the queue. */\r
+               /* We should unblock after bktTIME_TO_BLOCK having not sent\r
+               anything to the queue. */\r
                xData = 0;\r
                xRunIndicator = bktRUN_INDICATOR;\r
                if( xQueueSend( xTestQueue, &xData, bktTIME_TO_BLOCK ) != errQUEUE_FULL )\r