diff --git a/libs/libc/stdio/Kconfig b/libs/libc/stdio/Kconfig index fc30f34bfa..2944a2ad1d 100644 --- a/libs/libc/stdio/Kconfig +++ b/libs/libc/stdio/Kconfig @@ -121,9 +121,8 @@ config NANO_PRINTF depends on !LIBC_LONG_LONG ---help--- Replace printf code with version from newlib-nano. This version - provides improved floating point output support, including 'g' mode - as well as making the default 'f' format include digits past the - decimal point. However, it does not include 'long long' support. + adds the 'g' format. However, it does not include 'long long' + support. config NANO_PRINTLEVEL int "Nano printf support level"