*/\r
\r
/*\r
- * main-blinky.c (this file) defines a very simple demo that creates two tasks,\r
+ * FreeRTOS-main.c (this file) defines a very simple demo that creates two tasks,\r
* one queue, and one timer.\r
*\r
* The main() Function:\r
* leaves the Blocked state every 200 milliseconds, and therefore toggles the LED\r
* every 200 milliseconds.\r
*\r
- * The Software Timer\r
+ * The Software Timer:\r
* The software timer is configured to be an "auto reset" timer. Its callback\r
* function simply increments the ulCallback variable each time it executes.\r
*/\r