mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-09-22 11:30:01 +08:00
[net][at] Add AT Socket select LIBC configure.
This commit is contained in:
@@ -61,6 +61,7 @@ if RT_USING_AT
|
||||
|
||||
config AT_USING_SOCKET
|
||||
bool "Provide similar BSD Socket API by AT"
|
||||
select RT_USING_LIBC
|
||||
default n
|
||||
endif
|
||||
|
||||
|
||||
@@ -26,6 +26,7 @@
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <ctype.h>
|
||||
#include <sys/time.h>
|
||||
|
||||
#include <at_socket.h>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user