Browse Source

[libc] use musl in default when enable RT_USING_LWP

BernardXiong 4 years ago
parent
commit
a6f6a2ff30
1 changed files with 1 additions and 1 deletions
  1. 1 1
      components/libc/Kconfig

+ 1 - 1
components/libc/Kconfig

@@ -7,7 +7,7 @@ config RT_USING_LIBC
 if RT_USING_LIBC && RT_USING_LWP
 if RT_USING_LIBC && RT_USING_LWP
     choice
     choice
         prompt "Select c standard library"
         prompt "Select c standard library"
-        default RT_USING_NEWLIB
+        default RT_USING_MUSL
         help
         help
             Select c standard library
             Select c standard library