summaryrefslogtreecommitdiff
path: root/apps/examples/cc3000/shell.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/examples/cc3000/shell.h')
-rw-r--r--apps/examples/cc3000/shell.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/apps/examples/cc3000/shell.h b/apps/examples/cc3000/shell.h
index aa8152a70..c25da9c0e 100644
--- a/apps/examples/cc3000/shell.h
+++ b/apps/examples/cc3000/shell.h
@@ -59,7 +59,7 @@
#endif
#ifndef CONFIG_EXAMPLES_TELNETD_DAEMONSTACKSIZE
-# define CONFIG_EXAMPLES_TELNETD_DAEMONSTACKSIZE 768
+# define CONFIG_EXAMPLES_TELNETD_DAEMONSTACKSIZE 580
#endif
#ifndef CONFIG_EXAMPLES_TELNETD_CLIENTPRIO
@@ -70,6 +70,8 @@
# define CONFIG_EXAMPLES_TELNETD_CLIENTSTACKSIZE 990
#endif
+#undef CONFIG_EXAMPLE_CC3000_MEM_CHECK
+
/* Other definitions ********************************************************/
#define SHELL_PROMPT "CC3000 1.0> "