Fix lwip not initialising properly

This commit is contained in:
2023-11-06 16:07:52 +01:00
parent 4653d6988c
commit c3b771469e
2 changed files with 4 additions and 1 deletions

View File

@@ -55,6 +55,8 @@
#define NO_SYS 1
/*----- Value in opt.h for SYS_LIGHTWEIGHT_PROT: 1 -----*/
#define SYS_LIGHTWEIGHT_PROT 0
/*----- Default Value for MEM_LIBC_MALLOC: 0 ---*/
#define MEM_LIBC_MALLOC 1
/*----- Default Value for MEMP_MEM_MALLOC: 0 ---*/
#define MEMP_MEM_MALLOC 1
/*----- Value in opt.h for MEM_ALIGNMENT: 1 -----*/