From 041628906600760e7143d120cdd3159a932fcd63 Mon Sep 17 00:00:00 2001 From: Richard Barry Date: Wed, 11 Dec 2013 17:56:07 +0000 Subject: [PATCH] Comment typo correction only. --- FreeRTOS/Demo/CORTEX_STM32L152_Discovery_IAR/main_low_power.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FreeRTOS/Demo/CORTEX_STM32L152_Discovery_IAR/main_low_power.c b/FreeRTOS/Demo/CORTEX_STM32L152_Discovery_IAR/main_low_power.c index ddcaa0368..f87042bee 100644 --- a/FreeRTOS/Demo/CORTEX_STM32L152_Discovery_IAR/main_low_power.c +++ b/FreeRTOS/Demo/CORTEX_STM32L152_Discovery_IAR/main_low_power.c @@ -137,7 +137,7 @@ * 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 * 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. * * 5) Pressing the button one final time results in the semaphore being 'given'