From 55d0ab4bfef9d54650aa671bdb74ff276ee32b29 Mon Sep 17 00:00:00 2001 From: Paul Bartell Date: Tue, 9 Aug 2022 11:14:15 -0700 Subject: [PATCH] Fix queue/static config for upstream changes --- FreeRTOS/Test/CMock/queue/static/FreeRTOSConfig.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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