From 55a7f9a7ac44932081a25318ba8f10acab152536 Mon Sep 17 00:00:00 2001 From: SKB <973689813@qq.com> Date: Wed, 31 Dec 2025 11:34:41 +0800 Subject: [PATCH] Update include/FreeRTOS.h Co-authored-by: Aniruddha Kanhere --- include/FreeRTOS.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/FreeRTOS.h b/include/FreeRTOS.h index de73ece93..c05657243 100644 --- a/include/FreeRTOS.h +++ b/include/FreeRTOS.h @@ -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 ) )