]> git.sur5r.net Git - freertos/commitdiff
Formatting only.
authorrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Sat, 1 Jan 2011 17:24:46 +0000 (17:24 +0000)
committerrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Sat, 1 Jan 2011 17:24:46 +0000 (17:24 +0000)
git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@1206 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

Demo/Cortex_STM32L152_IAR/main.c

index 4d7065a89f75aef9432ffc32d241f19a41056dcb..4457cd0823bcf7613a2732d9942ada6d2b46f403 100644 (file)
@@ -212,7 +212,7 @@ task. */
 typedef struct\r
 {\r
        char cMessageID;        /* << States what the message is. */\r
-       long lMessageValue; /* << States the message value (can be an integer, string pointer, etc. depending on the value of cMessageID. */\r
+       long lMessageValue; /* << States the message value (can be an integer, string pointer, etc. depending on the value of cMessageID). */\r
 } xQueueMessage;\r
 \r
 /*-----------------------------------------------------------*/\r
@@ -586,7 +586,7 @@ void vApplicationMallocFailedHook( void )
 \r
 void vApplicationIdleHook( void )\r
 {\r
-       /* Called on each itteration of the idle task.  In this case the idle task\r
+       /* Called on each iteration of the idle task.  In this case the idle task\r
        just enters a low(ish) power mode. */\r
        PWR_EnterSleepMode( PWR_Regulator_ON, PWR_SLEEPEntry_WFI );\r
 }\r