summaryrefslogtreecommitdiff
path: root/apps/examples/cc3000/shell.h
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-10-27 18:52:21 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-10-27 18:52:21 -0600
commitf7a51e7bde3082ea406b9e3d4e6e160ce2cd71c8 (patch)
tree81609c35a285abfa34d775f46d548650eca816cb /apps/examples/cc3000/shell.h
parentbaf7d677fec77c265d82f36bfe8da5de4fe04ce8 (diff)
downloadnuttx-f7a51e7bde3082ea406b9e3d4e6e160ce2cd71c8.tar.gz
nuttx-f7a51e7bde3082ea406b9e3d4e6e160ce2cd71c8.tar.bz2
nuttx-f7a51e7bde3082ea406b9e3d4e6e160ce2cd71c8.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, 2 insertions, 2 deletions
diff --git a/apps/examples/cc3000/shell.h b/apps/examples/cc3000/shell.h
index c25da9c0e..ded2554b2 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 580
+# define CONFIG_EXAMPLES_TELNETD_DAEMONSTACKSIZE 492
#endif
#ifndef CONFIG_EXAMPLES_TELNETD_CLIENTPRIO
@@ -67,7 +67,7 @@
#endif
#ifndef CONFIG_EXAMPLES_TELNETD_CLIENTSTACKSIZE
-# define CONFIG_EXAMPLES_TELNETD_CLIENTSTACKSIZE 990
+# define CONFIG_EXAMPLES_TELNETD_CLIENTSTACKSIZE 964
#endif
#undef CONFIG_EXAMPLE_CC3000_MEM_CHECK