Merge pull request #10496 from andrewc-arm/patch-1

Allow application to override LWIP_RAW
pull/10539/head
Anna Bridge 2019-05-07 15:59:22 +01:00 committed by GitHub
commit 41fe7ed728
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -83,7 +83,9 @@
#define SYS_LIGHTWEIGHT_PROT 1
#ifndef LWIP_RAW
#define LWIP_RAW 0
#endif
#define TCPIP_MBOX_SIZE 8
#define DEFAULT_TCP_RECVMBOX_SIZE 8