]> git.sur5r.net Git - freertos/blobdiff - FreeRTOS/Demo/lwIP_AVR32_UC3/FreeRTOSConfig.h
Rename xTaskGetSystemState() uxTaskGetSystemState().
[freertos] / FreeRTOS / Demo / lwIP_AVR32_UC3 / FreeRTOSConfig.h
index 23d97271bb914c8f2a2aaa0d409d9c1d016a8733..5fde17e2dc243b088c210bb9a70975b3bc340b43 100644 (file)
@@ -101,5 +101,11 @@ to exclude the API function. */
    0xA5 in order to be able to determine the maximal heap consumption. */\r
 #define configHEAP_INIT               0\r
 \r
+/* This demo makes use of one or more example stats formatting functions.  These\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 configUSE_STATS_FORMATTING_FUNCTIONS   1\r
+\r
 \r
 #endif /* FREERTOS_CONFIG_H */\r