From 3ce9f341475b03bf8a06a4f81b8afc4bba7b051c Mon Sep 17 00:00:00 2001 From: Arto Kinnunen Date: Mon, 17 Aug 2020 16:42:00 +0300 Subject: [PATCH] Decrease max line length from 2000 to 200 Decrease maximun line length from 2000 to 200 to reduce heap usage. --- features/frameworks/mbed-client-cli/source/ns_cmdline.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features/frameworks/mbed-client-cli/source/ns_cmdline.c b/features/frameworks/mbed-client-cli/source/ns_cmdline.c index 7e113502b6..396b5d70bf 100644 --- a/features/frameworks/mbed-client-cli/source/ns_cmdline.c +++ b/features/frameworks/mbed-client-cli/source/ns_cmdline.c @@ -215,7 +215,7 @@ #endif // Maximum length of input line #ifndef MBED_CONF_CMDLINE_MAX_LINE_LENGTH -#define MBED_CONF_CMDLINE_MAX_LINE_LENGTH 2000 +#define MBED_CONF_CMDLINE_MAX_LINE_LENGTH 200 #endif // Maximum number of arguments in a single command #ifndef MBED_CONF_CMDLINE_ARGS_MAX_COUNT