mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-04-24 07:21:57 -04:00
Tidy up pre-processor as final act before tagging as V7.5.0
This commit is contained in:
parent
08057fa77f
commit
9054485f1a
|
@ -83,7 +83,7 @@ header files above, but not in this file, in order to generate the correct
|
|||
privileged Vs unprivileged linkage and placement. */
|
||||
#undef MPU_WRAPPERS_INCLUDED_FROM_API_FILE /*lint !e961 !e750. */
|
||||
|
||||
#if ( ( configGENERATE_RUN_TIME_STATS == 1 ) && ( configUSE_STATS_FORMATTING_FUNCTIONS == 1 ) )
|
||||
#if ( configUSE_STATS_FORMATTING_FUNCTIONS == 1 )
|
||||
/* At the bottom of this file are two optional functions that can be used
|
||||
to generate human readable text from the raw data generated by the
|
||||
uxTaskGetSystemState() function. Note the formatting functions are provided
|
||||
|
|
Loading…
Reference in a new issue