提交 a8626194 编写于 作者: Lawlieta's avatar Lawlieta

[net][sal] Remove SAL_USING_POSIX dependence for lwIP stack.

上级 4468c4eb
...@@ -29,10 +29,6 @@ ...@@ -29,10 +29,6 @@
#error "POSIX poll/select, stdin need file system(RT_USING_DFS) and device file system(RT_USING_DFS_DEVFS)" #error "POSIX poll/select, stdin need file system(RT_USING_DFS) and device file system(RT_USING_DFS_DEVFS)"
#endif #endif
#if defined(RT_USING_LWIP) && !defined(SAL_USING_POSIX)
#error "POSIX poll/select, stdin need file BSD socket API(SAL_USING_POSIX)"
#endif
#if !defined(RT_USING_LIBC) #if !defined(RT_USING_LIBC)
#error "POSIX layer need standard C library(RT_USING_LIBC)" #error "POSIX layer need standard C library(RT_USING_LIBC)"
#endif #endif
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册