Minor corrections in the comments punctuation.

This commit is contained in:
Richard Barry 2011-08-26 12:36:05 +00:00
parent 39f8526265
commit 542a01f8bc

View File

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