[net][at] Add AT Socket select SAL

This commit is contained in:
chenyong 2018-08-29 20:40:07 +08:00
parent cf96dfcbdb
commit 87c35d4e2f
1 changed files with 1 additions and 0 deletions

View File

@ -59,6 +59,7 @@ if RT_USING_AT
config AT_USING_SOCKET
bool "Enable BSD Socket API support by AT commnads"
select RT_USING_LIBC
select RT_USING_SAL
default n
endif