Skip to content

Commit

Permalink
[cli] set max cmdline char to 300
Browse files Browse the repository at this point in the history
  • Loading branch information
YuzukiTsuru committed Dec 9, 2023
1 parent 747a253 commit 294cef6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/cli/cli_config.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* Buffer Sizes for Commandline Editting
* ************************************************************************* */
/* maximum chars per line, INCLUDEING a traling null char */
#define MSH_CMDLINE_CHAR_MAX (150)
#define MSH_CMDLINE_CHAR_MAX (300)

/* maximum argument a commandline can hold, i.e., max of argc value */
#define MSH_CMDARGS_MAX (16)
Expand Down

0 comments on commit 294cef6

Please sign in to comment.