mirror of
https://github.com/apache/nuttx.git
synced 2026-09-21 13:25:12 +08:00
libc: Remove dependence of LIBC_FLOATINGPOINT and LIBC_LONG_LONG from LIBC_NUMBERED_ARGS
since LIBC_NUMBERED_ARGS can work without both Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
@@ -77,7 +77,6 @@ config LIBC_LONG_LONG
|
||||
config LIBC_NUMBERED_ARGS
|
||||
bool "Enable numbered arguments in printf"
|
||||
default n
|
||||
depends on LIBC_FLOATINGPOINT || LIBC_LONG_LONG
|
||||
---help---
|
||||
Enables support for numbered arguments in printf.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user