mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2026-01-21 17:20:32 -05:00
Update include/FreeRTOS.h
Co-authored-by: Aniruddha Kanhere <kanherea@amazon.com>
This commit is contained in:
parent
bf149971b6
commit
55a7f9a7ac
1 changed files with 1 additions and 1 deletions
|
|
@ -2845,7 +2845,7 @@
|
|||
#endif
|
||||
|
||||
#if ( ( configSUPPORT_HEAP_REALLOC > 0 ) && ( configSUPPORT_DYNAMIC_ALLOCATION != 1 ) )
|
||||
#error configSUPPORT_HEAP_REALLOC cannot be used without dynamic allocation, but configSUPPORT_HEAP_REALLOC is not set to 1.
|
||||
#error configSUPPORT_HEAP_REALLOC cannot be used without dynamic allocation, but configSUPPORT_DYNAMIC_ALLOCATION is not set to 1.
|
||||
#endif
|
||||
|
||||
#if ( ( configUSE_STATS_FORMATTING_FUNCTIONS > 0 ) && ( configSUPPORT_DYNAMIC_ALLOCATION != 1 ) )
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue