From b4203428b5cfa1244af5f62ab2dfcb8ff8ebb1a0 Mon Sep 17 00:00:00 2001 From: richardbarry Date: Fri, 19 Jul 2013 10:22:47 +0000 Subject: [PATCH] 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 --- FreeRTOS/Source/tasks.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5