update Kconfig

This commit is contained in:
Meco Man 2021-02-26 06:34:52 +08:00
parent 88abde1578
commit 952e35d9d3
1 changed files with 3 additions and 3 deletions

View File

@ -54,9 +54,9 @@ if RT_USING_LIBC
endif
if RT_USING_LIBC != y
config RT_LIBC_USING_TIME
bool "Enable TIME FUNCTIONS WITHOUT COMPILER'S LIBC"
default y
config RT_LIBC_USING_TIME
bool "Enable TIME FUNCTIONS WITHOUT COMPILER'S LIBC"
default y
endif
endmenu