summaryrefslogtreecommitdiff
path: root/apps/examples/cc3000/shell.h
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-10-25 15:48:11 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-10-25 15:48:11 -0600
commit9830c45105339840b3fb1b67687567d5a97b03d4 (patch)
treefa9f1253634ccfd3d13ae3e3a5eef2b17e9b5cb8 /apps/examples/cc3000/shell.h
parent9dc1c932eb08d1909fdfd56bf55be7ec9c1b3498 (diff)
downloadnuttx-9830c45105339840b3fb1b67687567d5a97b03d4.tar.gz
nuttx-9830c45105339840b3fb1b67687567d5a97b03d4.tar.bz2
nuttx-9830c45105339840b3fb1b67687567d5a97b03d4.zip
apps/examples/cc3000 updated by David Sidrane
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> "