mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-04-19 21:11:57 -04:00
Comment typo correction only.
This commit is contained in:
parent
ed54bc497d
commit
0416289066
|
@ -137,7 +137,7 @@
|
||||||
* 4) The next time the button is pressed the block time used by the Tx task is
|
* 4) The next time the button is pressed the block time used by the Tx task is
|
||||||
* set to infinite, so the Tx task does not time out when it attempts to obtain
|
* set to infinite, so the Tx task does not time out when it attempts to obtain
|
||||||
* the semaphore, and therefore the LED stops blipping completely. Both tasks
|
* the semaphore, and therefore the LED stops blipping completely. Both tasks
|
||||||
* are not blocked indefinitely and the MCU is placed into its 'Stop' low power
|
* are now blocked indefinitely and the MCU is placed into its 'Stop' low power
|
||||||
* state.
|
* state.
|
||||||
*
|
*
|
||||||
* 5) Pressing the button one final time results in the semaphore being 'given'
|
* 5) Pressing the button one final time results in the semaphore being 'given'
|
||||||
|
|
Loading…
Reference in a new issue