From d0b2a1b1ffdea286d86359a8718a64d35b3af74e Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Wed, 30 Oct 2013 10:25:30 -0600 Subject: Fine tuning of memory usage in examples/cc3000 from David Sidrane --- apps/examples/cc3000/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/examples/cc3000/Makefile') 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 -- cgit v1.2.3