Browse Source

update Kconfig

Meco Man 4 years ago
parent
commit
952e35d9d3
1 changed files with 3 additions and 3 deletions
  1. 3 3
      components/libc/Kconfig

+ 3 - 3
components/libc/Kconfig

@@ -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