Comment typo correction only.

This commit is contained in:
Richard Barry 2013-12-11 17:56:07 +00:00
parent ed54bc497d
commit 0416289066

View file

@ -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'