mirror of
https://github.com/FreeRTOS/FreeRTOS.git
synced 2026-07-30 17:54:14 +00:00
Fix queue/static config for upstream changes
This commit is contained in:
committed by
Paul Bartell
parent
5890286b30
commit
55d0ab4bfe
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user