[lwIP] remove compiling warning.
This commit is contained in:
parent
07c0e13060
commit
c5bf3fa2d1
@ -356,15 +356,14 @@
|
|||||||
---------- Socket options ----------
|
---------- Socket options ----------
|
||||||
------------------------------------
|
------------------------------------
|
||||||
*/
|
*/
|
||||||
/**
|
/*
|
||||||
/**
|
|
||||||
* LWIP_SOCKET==1: Enable Socket API (require to use sockets.c)
|
* LWIP_SOCKET==1: Enable Socket API (require to use sockets.c)
|
||||||
*/
|
*/
|
||||||
#ifndef LWIP_SOCKET
|
#ifndef LWIP_SOCKET
|
||||||
#define LWIP_SOCKET 1
|
#define LWIP_SOCKET 1
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/*
|
||||||
* LWIP_COMPAT_SOCKETS==1: Enable BSD-style sockets functions names.
|
* LWIP_COMPAT_SOCKETS==1: Enable BSD-style sockets functions names.
|
||||||
* (only used if you use sockets.c)
|
* (only used if you use sockets.c)
|
||||||
*/
|
*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user