summaryrefslogtreecommitdiff
path: root/apps/examples/cc3000/shell.h
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-10-30 14:23:45 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-10-30 14:23:45 -0600
commit03ed8828a9ab9714402df1d9cc019f8c1bcc55b5 (patch)
tree92fb5634f52b54d63f35c08b82f2c7a20155b643 /apps/examples/cc3000/shell.h
parent9c190bae9b5d3082d156626dc7c741691a3338cd (diff)
downloadnuttx-03ed8828a9ab9714402df1d9cc019f8c1bcc55b5.tar.gz
nuttx-03ed8828a9ab9714402df1d9cc019f8c1bcc55b5.tar.bz2
nuttx-03ed8828a9ab9714402df1d9cc019f8c1bcc55b5.zip
Updates to the CC3000 example from David Sidrane
Diffstat (limited to 'apps/examples/cc3000/shell.h')
-rw-r--r--apps/examples/cc3000/shell.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/apps/examples/cc3000/shell.h b/apps/examples/cc3000/shell.h
index c6ad0422c..b247c993c 100644
--- a/apps/examples/cc3000/shell.h
+++ b/apps/examples/cc3000/shell.h
@@ -67,11 +67,9 @@
#endif
#ifndef CONFIG_EXAMPLES_TELNETD_CLIENTSTACKSIZE
-# define CONFIG_EXAMPLES_TELNETD_CLIENTSTACKSIZE 864
+# define CONFIG_EXAMPLES_TELNETD_CLIENTSTACKSIZE 894
#endif
-#undef CONFIG_EXAMPLE_CC3000_MEM_CHECK
-
/* Other definitions ********************************************************/
#define SHELL_PROMPT "CC3000 1.0> "