Skip to content

Commit 3ce9f34

Browse files
author
Arto Kinnunen
committed
Decrease max line length from 2000 to 200
Decrease maximun line length from 2000 to 200 to reduce heap usage.
1 parent 9325f17 commit 3ce9f34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

features/frameworks/mbed-client-cli/source/ns_cmdline.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@
215215
#endif
216216
// Maximum length of input line
217217
#ifndef MBED_CONF_CMDLINE_MAX_LINE_LENGTH
218-
#define MBED_CONF_CMDLINE_MAX_LINE_LENGTH 2000
218+
#define MBED_CONF_CMDLINE_MAX_LINE_LENGTH 200
219219
#endif
220220
// Maximum number of arguments in a single command
221221
#ifndef MBED_CONF_CMDLINE_ARGS_MAX_COUNT

0 commit comments

Comments
 (0)