浏览代码

[lwIP] remove compiling warning.

Bernard Xiong 9 年之前
父节点
当前提交
c5bf3fa2d1
共有 1 个文件被更改,包括 2 次插入3 次删除
  1. 2 3
      components/net/lwip-1.4.1/src/lwipopts.h

+ 2 - 3
components/net/lwip-1.4.1/src/lwipopts.h

@@ -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)
  */
  */