mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-04-20 05:21:59 -04:00
Minor typo in comment corrected in the Kinetis main-full.c.
This commit is contained in:
parent
adabfbe8b7
commit
ad57e919b5
|
@ -90,11 +90,12 @@
|
||||||
*
|
*
|
||||||
*
|
*
|
||||||
* The Demo Specific "LED" Timers and Callback Function:
|
* The Demo Specific "LED" Timers and Callback Function:
|
||||||
* Two very simple LED timers are created. All they do is toggle and LED timer
|
* Two very simple LED timers are created. All they do is toggle an LED each
|
||||||
* callback function is executed. The two timers share a callback function, so
|
* when the timer callback function is executed. The two timers share a
|
||||||
* the callback function parameter is used to determine which timer actually
|
* callback function, so the callback function parameter is used to determine
|
||||||
* expired, and therefore, which LED to toggle. Both timers use a different
|
* which timer actually expired, and therefore, which LED to toggle. Both
|
||||||
* frequency, one toggles the blue LED and the other the green LED.
|
* timers use a different frequency, one toggles the blue LED and the other the
|
||||||
|
* green LED.
|
||||||
*
|
*
|
||||||
* The LED/Button Software Timer and the Button Interrupt:
|
* The LED/Button Software Timer and the Button Interrupt:
|
||||||
* The user button SW2 is configured to generate an interrupt each time it is
|
* The user button SW2 is configured to generate an interrupt each time it is
|
||||||
|
|
Loading…
Reference in a new issue