]> git.sur5r.net Git - freertos/blobdiff - FreeRTOS/Demo/CORTEX_Kinetis_K60_Tower_IAR/FreeRTOSConfig.h
Rename xTaskGetSystemState() uxTaskGetSystemState().
[freertos] / FreeRTOS / Demo / CORTEX_Kinetis_K60_Tower_IAR / FreeRTOSConfig.h
index 79dc20494d9e70d8b30092bca8a7af969ab80f85..61b5149c9d6366b2b64ebdc4740230dbd8111cc9 100644 (file)
@@ -119,10 +119,10 @@ to exclude the API function. */
 #define INCLUDE_vTaskDelay                             1\r
 \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
+format the raw data provided by the uxTaskGetSystemState() function in to human\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
+#define configUSE_STATS_FORMATTING_FUNCTIONS   1\r
 \r
 /* Run time stats gathering definitions. */\r
 #ifdef __ICCARM__\r