Skip to content

Commit 23ba1f9

Browse files
committed
Update newlib version check
Tested with newlib 3.3 of the xPack GNU Arm Embedded GCC v9.3.1-1.3 Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
1 parent 6e74eb4 commit 23ba1f9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

portable/MemMang/heap_useNewlib_ST.c

Lines changed: 2 additions & 2 deletions
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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy