mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-04-20 05:21:59 -04:00
Minor corrections in the comments punctuation.
This commit is contained in:
parent
39f8526265
commit
542a01f8bc
|
@ -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.
|
* one queue, and one timer.
|
||||||
*
|
*
|
||||||
* The main() Function:
|
* The main() Function:
|
||||||
|
@ -87,7 +87,7 @@
|
||||||
* leaves the Blocked state every 200 milliseconds, and therefore toggles the LED
|
* leaves the Blocked state every 200 milliseconds, and therefore toggles the LED
|
||||||
* every 200 milliseconds.
|
* every 200 milliseconds.
|
||||||
*
|
*
|
||||||
* The Software Timer
|
* The Software Timer:
|
||||||
* The software timer is configured to be an "auto reset" timer. Its callback
|
* The software timer is configured to be an "auto reset" timer. Its callback
|
||||||
* function simply increments the ulCallback variable each time it executes.
|
* function simply increments the ulCallback variable each time it executes.
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in a new issue