feat(lwip): Add macro "LWIP_SUPPORT_CUSTOM_PBUF"

LWIP of newer version has this.
This commit is contained in:
Dong Heng
2018-04-23 16:42:50 +08:00
parent 26d9ff96e6
commit 39b77d4337
2 changed files with 4 additions and 0 deletions

View File

@ -37,6 +37,8 @@
#define SOCKETS_MT
//#define SOCKETS_TCP_TRACE
#define LWIP_SUPPORT_CUSTOM_PBUF 1
/*
-----------------------------------------------
---------- Platform specific locking ----------