Shell: Increase ARGC_MAX default val
Increase deafult value of SHELL_ARGC_MAX configuration. This allows users to utilize deeper nested shell menus without risking maxing out the number of allowed arguments. Signed-off-by: Anders Storrø <anders.storro@nordicsemi.no>
This commit is contained in:
parent
e1ebce84ad
commit
32ebeb0a5c
2 changed files with 6 additions and 5 deletions
|
@ -84,7 +84,7 @@ config SHELL_DEFAULT_TERMINAL_HEIGHT
|
|||
config SHELL_ARGC_MAX
|
||||
int "Maximum arguments in shell command"
|
||||
range 3 255
|
||||
default 12
|
||||
default 20
|
||||
help
|
||||
Maximum number of arguments that can build a command.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue