We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eed2044 commit 602a9dfCopy full SHA for 602a9df
1 file changed
include/FreeRTOS.h
@@ -2845,7 +2845,7 @@
2845
#endif
2846
2847
#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.
+ #error configSUPPORT_HEAP_REALLOC cannot be used without dynamic allocation, but configSUPPORT_DYNAMIC_ALLOCATION is not set to 1.
2849
2850
2851
#if ( ( configUSE_STATS_FORMATTING_FUNCTIONS > 0 ) && ( configSUPPORT_DYNAMIC_ALLOCATION != 1 ) )
0 commit comments