From: richardbarry Date: Sat, 1 Jan 2011 17:24:46 +0000 (+0000) Subject: Formatting only. X-Git-Tag: V6.1.1~51 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=852624682b124e46f9bed7c62392d1f86fb12534;p=freertos Formatting only. git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@1206 1d2547de-c912-0410-9cb9-b8ca96c0e9e2 --- diff --git a/Demo/Cortex_STM32L152_IAR/main.c b/Demo/Cortex_STM32L152_IAR/main.c index 4d7065a89..4457cd082 100644 --- a/Demo/Cortex_STM32L152_IAR/main.c +++ b/Demo/Cortex_STM32L152_IAR/main.c @@ -212,7 +212,7 @@ task. */ typedef struct { char cMessageID; /* << States what the message is. */ - long lMessageValue; /* << States the message value (can be an integer, string pointer, etc. depending on the value of cMessageID. */ + long lMessageValue; /* << States the message value (can be an integer, string pointer, etc. depending on the value of cMessageID). */ } xQueueMessage; /*-----------------------------------------------------------*/ @@ -586,7 +586,7 @@ void vApplicationMallocFailedHook( void ) void vApplicationIdleHook( void ) { - /* Called on each itteration of the idle task. In this case the idle task + /* Called on each iteration of the idle task. In this case the idle task just enters a low(ish) power mode. */ PWR_EnterSleepMode( PWR_Regulator_ON, PWR_SLEEPEntry_WFI ); }