]> git.sur5r.net Git - freertos/commitdiff
Correct comment only.
authorrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Thu, 4 Jul 2013 16:05:27 +0000 (16:05 +0000)
committerrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Thu, 4 Jul 2013 16:05:27 +0000 (16:05 +0000)
git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@1966 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

FreeRTOS/Demo/CORTEX_A9_RZ_R7S72100_IAR_DS-5/Source/FreeRTOSConfig.h

index 2d4c3391a1eafa9d74990ef3ec7c9448611fba4c..79e53352af143b4a033179f8af59abf3f37f9ec5 100644 (file)
@@ -159,7 +159,7 @@ to exclude the API function. */
 \r
 /* This demo makes use of one or more example stats formatting functions.  These\r
 format the raw data provided by the xTaskGetSystemState() function in to human\r
-readable ASCII form.  See the notes in the implementation of vTaskList() within \r
+readable ASCII form.  See the notes in the implementation of vTaskList() within\r
 FreeRTOS/Source/tasks.c for limitations. */\r
 #define configINCLUDE_STATS_FORMATTING_FUNCTIONS       1\r
 \r
@@ -199,7 +199,7 @@ used. */
         */\r
        void vConfigureTickInterrupt( void );\r
        #define configSETUP_TICK_INTERRUPT() vConfigureTickInterrupt()\r
-#endif /* __ICCARM__ */\r
+#endif /* __IASMARM__ */\r
 \r
 /* The following constants describe the hardware, and are correct for the\r
 Renesas RZ MPU. */\r