Skip to content

Commit 2be7621

Browse files
authored
Merge pull request #5101 from mysterywolf/libcusingtimesss
[libc]在开启libc后依然保持RT_LIBC_USING_TIME定义存在
2 parents c6a40b7 + df04d97 commit 2be7621

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)