diff --git a/FreeRTOS/Test/CMock/queue/static/FreeRTOSConfig.h b/FreeRTOS/Test/CMock/queue/static/FreeRTOSConfig.h index 1a306b94c..dd7000347 100644 --- a/FreeRTOS/Test/CMock/queue/static/FreeRTOSConfig.h +++ b/FreeRTOS/Test/CMock/queue/static/FreeRTOSConfig.h @@ -92,7 +92,7 @@ void vConfigureTimerForRunTimeStats( void ); /* Prototype of function that in * format the raw data provided by the uxTaskGetSystemState() function in to human * readable ASCII form. See the notes in the implementation of vTaskList() within * FreeRTOS/Source/tasks.c for limitations. */ -#define configUSE_STATS_FORMATTING_FUNCTIONS 1 +#define configUSE_STATS_FORMATTING_FUNCTIONS 0 /* Set the following definitions to 1 to include the API function, or zero * to exclude the API function. In most cases the linker will remove unused