From 5dc3ac5f3fc282fcfbdd9a4f1b28667a812fef5f Mon Sep 17 00:00:00 2001 From: rtel Date: Wed, 11 Dec 2013 17:56:07 +0000 Subject: [PATCH] Comment typo correction only. git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@2127 1d2547de-c912-0410-9cb9-b8ca96c0e9e2 --- 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' -- 2.39.5