Update include/FreeRTOS.h

Co-authored-by: Aniruddha Kanhere <kanherea@amazon.com>
This commit is contained in:
SKB 2025-12-31 11:34:41 +08:00 committed by Anubhav Rawal
parent bf149971b6
commit 55a7f9a7ac

View file

@ -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 ) )