From: richardbarry Date: Fri, 19 Jul 2013 10:22:47 +0000 (+0000) Subject: Tidy up pre-processor as final act before tagging as V7.5.0 X-Git-Tag: V7.5.0 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=b4203428b5cfa1244af5f62ab2dfcb8ff8ebb1a0;p=freertos Tidy up pre-processor as final act before tagging as V7.5.0 git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@1990 1d2547de-c912-0410-9cb9-b8ca96c0e9e2 --- diff --git a/FreeRTOS/Source/tasks.c b/FreeRTOS/Source/tasks.c index 1b873e77d..0c2513494 100644 --- a/FreeRTOS/Source/tasks.c +++ b/FreeRTOS/Source/tasks.c @@ -83,7 +83,7 @@ header files above, but not in this file, in order to generate the correct privileged Vs unprivileged linkage and placement. */ #undef MPU_WRAPPERS_INCLUDED_FROM_API_FILE /*lint !e961 !e750. */ -#if ( ( configGENERATE_RUN_TIME_STATS == 1 ) && ( configUSE_STATS_FORMATTING_FUNCTIONS == 1 ) ) +#if ( configUSE_STATS_FORMATTING_FUNCTIONS == 1 ) /* At the bottom of this file are two optional functions that can be used to generate human readable text from the raw data generated by the uxTaskGetSystemState() function. Note the formatting functions are provided