Skip to content

Commit 952e35d

Browse files
committed
update Kconfig
1 parent 88abde1 commit 952e35d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

components/libc/Kconfig

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,9 @@ if RT_USING_LIBC
5454
endif
5555

5656
if RT_USING_LIBC != y
57-
config RT_LIBC_USING_TIME
58-
bool "Enable TIME FUNCTIONS WITHOUT COMPILER'S LIBC"
59-
default y
57+
config RT_LIBC_USING_TIME
58+
bool "Enable TIME FUNCTIONS WITHOUT COMPILER'S LIBC"
59+
default y
6060
endif
6161

6262
endmenu

0 commit comments

Comments
 (0)