LWIP_NETCONN_FULLDUPLEX is not alpha any more

This commit is contained in:
Simon Goldschmidt
2019-07-10 21:14:35 +02:00
parent 832490eec8
commit aa545fbbc6
2 changed files with 5 additions and 7 deletions

View File

@@ -237,8 +237,9 @@ PACK_STRUCT_END
#error "NETCONN_MORE != TCP_WRITE_FLAG_MORE"
#endif
#endif /* LWIP_NETCONN && LWIP_TCP */
#if LWIP_SOCKET
#endif /* LWIP_SOCKET */
#if LWIP_NETCONN_FULLDUPLEX && !LWIP_NETCONN_SEM_PER_THREAD
#error "For LWIP_NETCONN_FULLDUPLEX to work, LWIP_NETCONN_SEM_PER_THREAD is required"
#endif
/* Compile-time checks for deprecated options.