slinky; Bump up the stack allocation for task1, as it was overflowing.

Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/commit/46ffe2a3
Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/tree/46ffe2a3
Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/diff/46ffe2a3

Branch: refs/heads/sterly_refactor
Commit: 46ffe2a34707db0f72e56bf5e33886d5577d94b9
Parents: 447699b
Author: Marko Kiiskila <[email protected]>
Authored: Wed Aug 3 14:04:36 2016 -0700
Committer: Sterling Hughes <[email protected]>
Committed: Wed Aug 3 14:57:50 2016 -0700

----------------------------------------------------------------------
 apps/slinky/src/main.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/blob/46ffe2a3/apps/slinky/src/main.c
----------------------------------------------------------------------
diff --git a/apps/slinky/src/main.c b/apps/slinky/src/main.c
index d9dd29a..7f724e6 100755
--- a/apps/slinky/src/main.c
+++ b/apps/slinky/src/main.c
@@ -59,7 +59,7 @@ int init_tasks(void);
 
 /* Task 1 */
 #define TASK1_PRIO (8)
-#define TASK1_STACK_SIZE    OS_STACK_ALIGN(128)
+#define TASK1_STACK_SIZE    OS_STACK_ALIGN(192)
 #define MAX_CBMEM_BUF 600
 struct os_task task1;
 os_stack_t stack1[TASK1_STACK_SIZE];

Reply via email to