From c5bf3fa2d1f09963057303ca337200ea0104109c Mon Sep 17 00:00:00 2001 From: Bernard Xiong Date: Sun, 29 May 2016 11:36:20 +0800 Subject: [PATCH] [lwIP] remove compiling warning. --- components/net/lwip-1.4.1/src/lwipopts.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/components/net/lwip-1.4.1/src/lwipopts.h b/components/net/lwip-1.4.1/src/lwipopts.h index 3744e1e760..e2fdb47080 100644 --- a/components/net/lwip-1.4.1/src/lwipopts.h +++ b/components/net/lwip-1.4.1/src/lwipopts.h @@ -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) */ -- GitLab