Skip to content

Commit 602a9df

Browse files
skb666AniruddhaKanhere
authored andcommitted
Update include/FreeRTOS.h
Co-authored-by: Aniruddha Kanhere <kanherea@amazon.com>
1 parent eed2044 commit 602a9df

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

include/FreeRTOS.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2845,7 +2845,7 @@
28452845
#endif
28462846

28472847
#if ( ( configSUPPORT_HEAP_REALLOC > 0 ) && ( configSUPPORT_DYNAMIC_ALLOCATION != 1 ) )
2848-
#error configSUPPORT_HEAP_REALLOC cannot be used without dynamic allocation, but configSUPPORT_HEAP_REALLOC is not set to 1.
2848+
#error configSUPPORT_HEAP_REALLOC cannot be used without dynamic allocation, but configSUPPORT_DYNAMIC_ALLOCATION is not set to 1.
28492849
#endif
28502850

28512851
#if ( ( configUSE_STATS_FORMATTING_FUNCTIONS > 0 ) && ( configSUPPORT_DYNAMIC_ALLOCATION != 1 ) )

0 commit comments

Comments
 (0)