From 573917910915d58b37cd1792f5200fb00bd63166 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Fri, 15 Feb 2019 10:04:57 -0600 Subject: [PATCH] Upate Kconfig comments --- libs/libc/stdio/Kconfig | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/libs/libc/stdio/Kconfig b/libs/libc/stdio/Kconfig index fc30f34bfaf..2944a2ad1d4 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"