Upate Kconfig comments

This commit is contained in:
Gregory Nutt
2019-02-15 10:04:57 -06:00
parent 38e93ede2b
commit 5739179109
+2 -3
View File
@@ -121,9 +121,8 @@ config NANO_PRINTF
depends on !LIBC_LONG_LONG depends on !LIBC_LONG_LONG
---help--- ---help---
Replace printf code with version from newlib-nano. This version Replace printf code with version from newlib-nano. This version
provides improved floating point output support, including 'g' mode adds the 'g' format. However, it does not include 'long long'
as well as making the default 'f' format include digits past the support.
decimal point. However, it does not include 'long long' support.
config NANO_PRINTLEVEL config NANO_PRINTLEVEL
int "Nano printf support level" int "Nano printf support level"