summaryrefslogtreecommitdiff
path: root/apps/examples/cc3000/Makefile
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/Makefile
parent9dc1c932eb08d1909fdfd56bf55be7ec9c1b3498 (diff)
downloadpx4-nuttx-9830c45105339840b3fb1b67687567d5a97b03d4.tar.gz
px4-nuttx-9830c45105339840b3fb1b67687567d5a97b03d4.tar.bz2
px4-nuttx-9830c45105339840b3fb1b67687567d5a97b03d4.zip
apps/examples/cc3000 updated by David Sidrane
Diffstat (limited to 'apps/examples/cc3000/Makefile')
-rw-r--r--apps/examples/cc3000/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/examples/cc3000/Makefile b/apps/examples/cc3000/Makefile
index bf6bcc43f..37910b841 100644
--- a/apps/examples/cc3000/Makefile
+++ b/apps/examples/cc3000/Makefile
@@ -41,11 +41,11 @@ include $(APPDIR)/Make.defs
APPNAME = c3b
PRIORITY = SCHED_PRIORITY_DEFAULT
-STACKSIZE = 2048
+STACKSIZE = 660
APPNAME1 = shell
PRIORITY1 = SCHED_PRIORITY_DEFAULT
-STACKSIZE1 = 2048
+STACKSIZE1 = 980
# Hello, World! Example