mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-10-16 09:47:44 -04:00
Fix queue/static config for upstream changes
This commit is contained in:
parent
5890286b30
commit
55d0ab4bfe
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue