Kaynağa Gözat

[libc]在开启libc后依然保持RT_LIBC_USING_TIME定义存在

Meco Man 4 yıl önce
ebeveyn
işleme
df04d97026
1 değiştirilmiş dosya ile 3 ekleme ve 0 silme
  1. 3 0
      components/libc/Kconfig

+ 3 - 0
components/libc/Kconfig

@@ -41,6 +41,9 @@ if RT_USING_LIBC && RT_USING_DFS
 endif
 
 if RT_USING_LIBC
+    config RT_LIBC_USING_TIME
+        default y
+
     config RT_USING_MODULE
         bool "Enable dynamic module with dlopen/dlsym/dlclose feature"
         default n