We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8257280 commit 73326a8Copy full SHA for 73326a8
portable/MemMang/heap_useNewlib_ST.c
@@ -73,8 +73,8 @@
73
#include <stddef.h>
74
75
#include "newlib.h"
76
-#if ((__NEWLIB__ == 2) && (__NEWLIB_MINOR__ < 5)) ||((__NEWLIB__ == 3) && (__NEWLIB_MINOR__ > 1))
77
- #warning "This wrapper was verified for newlib versions 2.5 - 3.1; please ensure newlib's external requirements for malloc-family are unchanged!"
+#if ((__NEWLIB__ == 2) && (__NEWLIB_MINOR__ < 5)) ||((__NEWLIB__ == 3) && (__NEWLIB_MINOR__ > 3))
+ #warning "This wrapper was verified for newlib versions 2.5 - 3.3; please ensure newlib's external requirements for malloc-family are unchanged!"
78
#endif
79
80
#include "FreeRTOS.h" // defines public interface we're implementing here
0 commit comments