\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
*/\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