Skip to content

Commit 73326a8

Browse files
committed
Tested with newlib 3.3
Signed-off-by: Frederic Pillon <[email protected]>
1 parent 8257280 commit 73326a8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

portable/MemMang/heap_useNewlib_ST.c

+2-2
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,8 @@
7373
#include <stddef.h>
7474

7575
#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!"
76+
#if ((__NEWLIB__ == 2) && (__NEWLIB_MINOR__ < 5)) ||((__NEWLIB__ == 3) && (__NEWLIB_MINOR__ > 3))
77+
#warning "This wrapper was verified for newlib versions 2.5 - 3.3; please ensure newlib's external requirements for malloc-family are unchanged!"
7878
#endif
7979

8080
#include "FreeRTOS.h" // defines public interface we're implementing here

0 commit comments

Comments
 (0)