[lwIP] remove compiling warning.

This commit is contained in:
Bernard Xiong 2016-05-29 11:36:20 +08:00
parent 07c0e13060
commit c5bf3fa2d1
1 changed files with 2 additions and 3 deletions

View File

@ -356,15 +356,14 @@
---------- Socket options ----------
------------------------------------
*/
/**
/**
/*
* LWIP_SOCKET==1: Enable Socket API (require to use sockets.c)
*/
#ifndef LWIP_SOCKET
#define LWIP_SOCKET 1
#endif
/**
/*
* LWIP_COMPAT_SOCKETS==1: Enable BSD-style sockets functions names.
* (only used if you use sockets.c)
*/