Skip to content

Commit d139947

Browse files
JianyuWang0623xiaoxiang781216
authored andcommitted
apps/nshlib: Remove the deprecated config NSH_LINELEN
NSH_LINELEN is replaced by POSIX standard LINE_MAX. apache/nuttx#15541 apache/nuttx-apps#2943 Signed-off-by: wangjianyu3 <[email protected]>
1 parent 73ade86 commit d139947

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

nshlib/Kconfig

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -125,14 +125,6 @@ config NSH_CLE
125125

126126
endchoice
127127

128-
config NSH_LINELEN
129-
int "Max command line length"
130-
default 64 if DEFAULT_SMALL
131-
default 80 if !DEFAULT_SMALL
132-
---help---
133-
The maximum length of one command line and of one output line.
134-
Default: 64/80
135-
136128
config NSH_DISABLE_SEMICOLON
137129
bool "Disable multiple commands per line"
138130
default DEFAULT_SMALL

0 commit comments

Comments
 (0)