Skip to content

Commit 849e772

Browse files
committed
[ab32vg1] Enable RT_USING_LIBC
1 parent 42dc1c9 commit 849e772

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

bsp/bluetrum/ab32vg1-ab-prougen/.config

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -152,9 +152,9 @@ CONFIG_RT_USING_PIN=y
152152
#
153153
# POSIX layer and C standard library
154154
#
155-
# CONFIG_RT_USING_LIBC is not set
155+
CONFIG_RT_USING_LIBC=y
156156
# CONFIG_RT_USING_PTHREADS is not set
157-
CONFIG_RT_LIBC_USING_TIME=y
157+
# CONFIG_RT_USING_MODULE is not set
158158

159159
#
160160
# Network

bsp/bluetrum/ab32vg1-ab-prougen/rtconfig.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686

8787
/* POSIX layer and C standard library */
8888

89-
#define RT_LIBC_USING_TIME
89+
#define RT_USING_LIBC
9090

9191
/* Network */
9292

0 commit comments

Comments
 (0)