Skip to content

Commit

Permalink
apps/nshlib: Remove the deprecated config NSH_LINELEN
Browse files Browse the repository at this point in the history
NSH_LINELEN is replaced by POSIX standard LINE_MAX.

apache/nuttx#15541
#2943

Signed-off-by: wangjianyu3 <[email protected]>
  • Loading branch information
JianyuWang0623 committed Jan 15, 2025
1 parent 14fa7d2 commit 838d3cf
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions nshlib/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -125,14 +125,6 @@ config NSH_CLE

endchoice

config NSH_LINELEN
int "Max command line length"
default 64 if DEFAULT_SMALL
default 80 if !DEFAULT_SMALL
---help---
The maximum length of one command line and of one output line.
Default: 64/80

config NSH_DISABLE_SEMICOLON
bool "Disable multiple commands per line"
default DEFAULT_SMALL
Expand Down

0 comments on commit 838d3cf

Please sign in to comment.