Skip to content

Commit 7d1840f

Browse files
committed
lwip: enable lwip memory allocator to reduce RAM fragmentation
Former-commit-id: 5521b57
1 parent 7b5a7d5 commit 7d1840f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extras/net/lwipopts.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@
111111
* already use it.
112112
*/
113113
#ifndef MEM_LIBC_MALLOC
114-
#define MEM_LIBC_MALLOC 1
114+
#define MEM_LIBC_MALLOC 0
115115
#endif
116116

117117
/**

0 commit comments

Comments
 (0)