[ab32vg1] Enable RT_USING_LIBC

This commit is contained in:
greedyhao 2021-04-09 17:41:28 +08:00
parent 42dc1c9c3e
commit 849e7728db
2 changed files with 3 additions and 3 deletions

View File

@ -152,9 +152,9 @@ CONFIG_RT_USING_PIN=y
#
# POSIX layer and C standard library
#
# CONFIG_RT_USING_LIBC is not set
CONFIG_RT_USING_LIBC=y
# CONFIG_RT_USING_PTHREADS is not set
CONFIG_RT_LIBC_USING_TIME=y
# CONFIG_RT_USING_MODULE is not set
#
# Network

View File

@ -86,7 +86,7 @@
/* POSIX layer and C standard library */
#define RT_LIBC_USING_TIME
#define RT_USING_LIBC
/* Network */