]> git.sur5r.net Git - freertos/commitdiff
Tidy up pre-processor as final act before tagging as V7.5.0 V7.5.0
authorrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Fri, 19 Jul 2013 10:22:47 +0000 (10:22 +0000)
committerrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Fri, 19 Jul 2013 10:22:47 +0000 (10:22 +0000)
git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@1990 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

FreeRTOS/Source/tasks.c

index 1b873e77d916274eba50ee0a8ff4f27ad776b699..0c251349443ea01ab442f8357c6010541bf282aa 100644 (file)
@@ -83,7 +83,7 @@ header files above, but not in this file, in order to generate the correct
 privileged Vs unprivileged linkage and placement. */\r
 #undef MPU_WRAPPERS_INCLUDED_FROM_API_FILE /*lint !e961 !e750. */\r
 \r
-#if ( ( configGENERATE_RUN_TIME_STATS == 1 ) && ( configUSE_STATS_FORMATTING_FUNCTIONS == 1 ) )\r
+#if ( configUSE_STATS_FORMATTING_FUNCTIONS == 1 )\r
        /* At the bottom of this file are two optional functions that can be used\r
        to generate human readable text from the raw data generated by the\r
        uxTaskGetSystemState() function.  Note the formatting functions are provided\r