mirror of https://github.com/ARMmbed/mbed-os.git
Decrease max line length from 2000 to 200
Decrease maximun line length from 2000 to 200 to reduce heap usage.pull/13443/head
parent
9325f17d70
commit
3ce9f34147
|
@ -215,7 +215,7 @@
|
||||||
#endif
|
#endif
|
||||||
// Maximum length of input line
|
// Maximum length of input line
|
||||||
#ifndef MBED_CONF_CMDLINE_MAX_LINE_LENGTH
|
#ifndef MBED_CONF_CMDLINE_MAX_LINE_LENGTH
|
||||||
#define MBED_CONF_CMDLINE_MAX_LINE_LENGTH 2000
|
#define MBED_CONF_CMDLINE_MAX_LINE_LENGTH 200
|
||||||
#endif
|
#endif
|
||||||
// Maximum number of arguments in a single command
|
// Maximum number of arguments in a single command
|
||||||
#ifndef MBED_CONF_CMDLINE_ARGS_MAX_COUNT
|
#ifndef MBED_CONF_CMDLINE_ARGS_MAX_COUNT
|
||||||
|
|
Loading…
Reference in New Issue