瀏覽代碼

update Kconfig

Meco Man 4 年之前
父節點
當前提交
952e35d9d3
共有 1 個文件被更改,包括 3 次插入3 次删除
  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