]> git.sur5r.net Git - freertos/blobdiff - FreeRTOS/Demo/Flshlite/FreeRTOSConfig.h
Add the new configINCLUDE_STATS_FORMATTING_FUNCTIONS configuration parameter to FreeR...
[freertos] / FreeRTOS / Demo / Flshlite / FreeRTOSConfig.h
index afbb30f6d7c66b21e952daa64674ec7a4ae399ee..ca35b15c8f3edde4c1c3e2388e742f740ad2e8d8 100644 (file)
@@ -118,6 +118,11 @@ to exclude the API function. */
 #define INCLUDE_vTaskDelay                             1\r
 \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
+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
 #endif /* FREERTOS_CONFIG_H */\r