feat(lwip): Fix LWIP socket mt header file warning

This commit is contained in:
Dong Heng
2018-06-29 14:10:26 +08:00
parent 2dee4bc59f
commit 3f6158a2ce
2 changed files with 26 additions and 19 deletions

View File

@ -1351,7 +1351,7 @@
* While this helps code completion, it might conflict with existing libraries.
* (only used if you use sockets.c)
*/
#define LWIP_COMPAT_SOCKETS 3
#define LWIP_COMPAT_SOCKETS 1
/**
* LWIP_POSIX_SOCKETS_IO_NAMES==1: Enable POSIX-style sockets functions names.