mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-04-19 21:11:57 -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.
|
||||
*
|
||||
* 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.
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue