summaryrefslogtreecommitdiff
path: root/apps/examples/cc3000/Makefile
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-10-30 10:25:30 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-10-30 10:25:30 -0600
commitd0b2a1b1ffdea286d86359a8718a64d35b3af74e (patch)
treeb66e688d9da1bc5f08910168d6dcc60465b0ce63 /apps/examples/cc3000/Makefile
parent406681e3fddc5432cb358e5ce464fd16228a47eb (diff)
downloadnuttx-d0b2a1b1ffdea286d86359a8718a64d35b3af74e.tar.gz
nuttx-d0b2a1b1ffdea286d86359a8718a64d35b3af74e.tar.bz2
nuttx-d0b2a1b1ffdea286d86359a8718a64d35b3af74e.zip
Fine tuning of memory usage in examples/cc3000 from David Sidrane
Diffstat (limited to 'apps/examples/cc3000/Makefile')
-rw-r--r--apps/examples/cc3000/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/examples/cc3000/Makefile b/apps/examples/cc3000/Makefile
index 2c29be4e1..9289fc697 100644
--- a/apps/examples/cc3000/Makefile
+++ b/apps/examples/cc3000/Makefile
@@ -41,7 +41,7 @@ include $(APPDIR)/Make.defs
APPNAME = c3b
PRIORITY = SCHED_PRIORITY_DEFAULT
-STACKSIZE = 664
+STACKSIZE = 608
APPNAME1 = shell
PRIORITY1 = SCHED_PRIORITY_DEFAULT