mirror of
https://github.com/apache/nuttx.git
synced 2026-05-20 04:16:35 +08:00
libc/stdio: changed LIBC_NL_ARGMAX default value to 9
If LIBC_NL_ARGMAX is too large, the stack usage of printf family functions will increase Signed-off-by: yinshengkai <yinshengkai@xiaomi.com>
This commit is contained in:
@@ -89,7 +89,7 @@ config LIBC_NUMBERED_ARGS
|
||||
|
||||
config LIBC_NL_ARGMAX
|
||||
int "Maximum number of numbered arguments for printf"
|
||||
default 16
|
||||
default 9
|
||||
range 9 999999
|
||||
depends on LIBC_NUMBERED_ARGS
|
||||
---help---
|
||||
|
||||
Reference in New Issue
Block a user