[components][net] 移除 SAL 中 LWIP_NETCONN_FULLDUPLEX 的判断

Signed-off-by: MurphyZhao <d2014zjt@163.com>
This commit is contained in:
MurphyZhao 2018-11-02 18:22:39 +08:00
parent f3abe00d60
commit 2d18b4ad08
1 changed files with 0 additions and 5 deletions

View File

@ -36,11 +36,6 @@
#if LWIP_VERSION >= 0x20100ff #if LWIP_VERSION >= 0x20100ff
#include <lwip/priv/sockets_priv.h> #include <lwip/priv/sockets_priv.h>
#if LWIP_NETCONN_FULLDUPLEX
#error "Not support"
#endif
#else /* LWIP_VERSION < 0x20100ff */ #else /* LWIP_VERSION < 0x20100ff */
/* /*
* Re-define lwip socket * Re-define lwip socket