]> git.sur5r.net Git - freertos/blobdiff - FreeRTOS/Demo/RX600_RX62N-RSK_GNURX/RTOSDemo/FreeRTOSConfig.h
For consistency change the name of configINCLUDE_STATS_FORMATTING_FUNCTIONS to config...
[freertos] / FreeRTOS / Demo / RX600_RX62N-RSK_GNURX / RTOSDemo / FreeRTOSConfig.h
index faa90775becae481ddce6143d6ba433611ba4af2..16c3de36265e317c11460d15235103c6f6bb7b23 100644 (file)
@@ -136,7 +136,7 @@ to exclude the API function. */
 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
+#define configUSE_STATS_FORMATTING_FUNCTIONS   1\r
 \r
 #define configASSERT( x ) if( ( x ) == 0 ) { taskDISABLE_INTERRUPTS(); for( ;; ); }    \r
 \r