Fix queue/static config for upstream changes

This commit is contained in:
Paul Bartell 2022-08-09 11:14:15 -07:00 committed by Paul Bartell
parent 5890286b30
commit 55d0ab4bfe

View file

@ -92,7 +92,7 @@ void vConfigureTimerForRunTimeStats( void ); /* Prototype of function that in
* format the raw data provided by the uxTaskGetSystemState() function in to human * format the raw data provided by the uxTaskGetSystemState() function in to human
* readable ASCII form. See the notes in the implementation of vTaskList() within * readable ASCII form. See the notes in the implementation of vTaskList() within
* FreeRTOS/Source/tasks.c for limitations. */ * 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 /* 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 * to exclude the API function. In most cases the linker will remove unused