[net][at] Add AT Socket select LIBC configure.
This commit is contained in:
parent
a8d27156a3
commit
c2add5cb4e
@ -61,6 +61,7 @@ if RT_USING_AT
|
|||||||
|
|
||||||
config AT_USING_SOCKET
|
config AT_USING_SOCKET
|
||||||
bool "Provide similar BSD Socket API by AT"
|
bool "Provide similar BSD Socket API by AT"
|
||||||
|
select RT_USING_LIBC
|
||||||
default n
|
default n
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
@ -26,6 +26,7 @@
|
|||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <ctype.h>
|
#include <ctype.h>
|
||||||
|
#include <sys/time.h>
|
||||||
|
|
||||||
#include <at_socket.h>
|
#include <at_socket.h>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user