mirror of
https://github.com/apache/nuttx.git
synced 2026-08-19 04:28:21 +00: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:
parent
ee77243247
commit
a05ab2ab49
1 changed files with 0 additions and 1 deletions
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue