1
0
Эх сурвалжийг харах

Merge pull request #1667 from chenyong111/master

[net][sal] Remove SAL_USING_POSIX dependence for lwIP stack.
Bernard Xiong 6 жил өмнө
parent
commit
7323916c6c
1 өөрчлөгдсөн 0 нэмэгдсэн , 4 устгасан
  1. 0 4
      include/rtdebug.h

+ 0 - 4
include/rtdebug.h

@@ -29,10 +29,6 @@
 #error "POSIX poll/select, stdin need file system(RT_USING_DFS) and device file system(RT_USING_DFS_DEVFS)"
 #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)
 #error "POSIX layer need standard C library(RT_USING_LIBC)"
 #endif