4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-02-21 00:27:19 +08:00

Fix dependency loop issue.

This commit is contained in:
weety 2018-09-05 09:35:34 +08:00
parent 937e22fc8b
commit 5e7c56add2

View File

@ -27,7 +27,6 @@ config RT_USING_SAL
config SAL_USING_POSIX
bool "Enable BSD socket operated by file system API"
default y if RT_USING_POSIX
default n
select RT_USING_DFS
select RT_USING_LIBC