]> git.sur5r.net Git - freertos/blobdiff - FreeRTOS/Demo/Common/Minimal/blocktim.c
Add some asserts into the common demo tasks to catch scenarios where the tasks are...
[freertos] / FreeRTOS / Demo / Common / Minimal / blocktim.c
index 22a3b8ce4e732c3f38c79ab06e9b97451f4318a5..9abf824fc8bf988f6caae6a54c26d25df2a1b67f 100644 (file)
@@ -478,7 +478,8 @@ const TickType_t xPeriod = 75, xCycles = 5, xAllowableMargin = ( bktALLOWABLE_MA
        high as to disrupt the timer tests. */\r
        vTaskPrioritySet( NULL, configTIMER_TASK_PRIORITY - 1 );\r
 \r
-       /* Crude check to too that vTaskDelay() blocks for the expected period. */\r
+       /* Crude check to too see that vTaskDelay() blocks for the expected\r
+       period. */\r
        xPreTime = xTaskGetTickCount();\r
        vTaskDelay( bktTIME_TO_BLOCK );\r
        xPostTime = xTaskGetTickCount();\r