mirror of https://github.com/ARMmbed/mbed-os.git
Allow application to override LWIP_RAW
parent
f28b82b831
commit
058f07452a
|
|
@ -83,7 +83,9 @@
|
||||||
|
|
||||||
#define SYS_LIGHTWEIGHT_PROT 1
|
#define SYS_LIGHTWEIGHT_PROT 1
|
||||||
|
|
||||||
|
#ifndef LWIP_RAW
|
||||||
#define LWIP_RAW 0
|
#define LWIP_RAW 0
|
||||||
|
#endif
|
||||||
|
|
||||||
#define TCPIP_MBOX_SIZE 8
|
#define TCPIP_MBOX_SIZE 8
|
||||||
#define DEFAULT_TCP_RECVMBOX_SIZE 8
|
#define DEFAULT_TCP_RECVMBOX_SIZE 8
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue