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