From 33ff57ff0c5fe764e3be84aff043e973b00607da Mon Sep 17 00:00:00 2001 From: Chen Wu Date: Fri, 28 Sep 2018 16:03:09 +0800 Subject: [PATCH] feat: set default newlib level to normal mode --- components/newlib/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/newlib/Kconfig b/components/newlib/Kconfig index 527130f4..565d1947 100644 --- a/components/newlib/Kconfig +++ b/components/newlib/Kconfig @@ -11,7 +11,7 @@ config NEWLIB_ENABLE choice NEWLIB_LIBRARY_LEVEL prompt "newlib level" - default NEWLIB_LIBRARY_LEVEL_NANO + default NEWLIB_LIBRARY_LEVEL_NORMAL depends on NEWLIB_ENABLE help Choose newlib library level.