Pārlūkot izejas kodu

[net][at] Add AT Socket select SAL

chenyong 7 gadi atpakaļ
vecāks
revīzija
87c35d4e2f
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  1. 1 0
      components/net/at/Kconfig

+ 1 - 0
components/net/at/Kconfig

@@ -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