mirror of https://github.com/ARMmbed/mbed-os.git
Merge pull request #10496 from andrewc-arm/patch-1
Allow application to override LWIP_RAWpull/10539/head
commit
41fe7ed728
|
@ -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