Skip to content

Commit df04d97

Browse files
committed
[libc]在开启libc后依然保持RT_LIBC_USING_TIME定义存在
1 parent f4412c3 commit df04d97

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

components/libc/Kconfig

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@ if RT_USING_LIBC && RT_USING_DFS
4141
endif
4242

4343
if RT_USING_LIBC
44+
config RT_LIBC_USING_TIME
45+
default y
46+
4447
config RT_USING_MODULE
4548
bool "Enable dynamic module with dlopen/dlsym/dlclose feature"
4649
default n

0 commit comments

Comments
 (0)