You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by vi...@apache.org on 2017/02/09 19:31:03 UTC

incubator-mynewt-core git commit: MYNEWT-624 apps/slinky: Syscfg sets wrong config

Repository: incubator-mynewt-core
Updated Branches:
  refs/heads/develop b080fc05c -> ff6881d91


MYNEWT-624 apps/slinky: Syscfg sets wrong config

- Changing OS_MAIN_STACKS_SIZE to OS_MAIN_STACK_SIZE


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/ff6881d9
Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/tree/ff6881d9
Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/diff/ff6881d9

Branch: refs/heads/develop
Commit: ff6881d911aa98d33b1545257bc84fddb0560711
Parents: b080fc0
Author: Vipul Rahane <vi...@apache.org>
Authored: Thu Feb 9 11:30:26 2017 -0800
Committer: Vipul Rahane <vi...@apache.org>
Committed: Thu Feb 9 11:30:26 2017 -0800

----------------------------------------------------------------------
 apps/slinky/syscfg.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/blob/ff6881d9/apps/slinky/syscfg.yml
----------------------------------------------------------------------
diff --git a/apps/slinky/syscfg.yml b/apps/slinky/syscfg.yml
index 403baaa..ad3b28a 100644
--- a/apps/slinky/syscfg.yml
+++ b/apps/slinky/syscfg.yml
@@ -41,4 +41,4 @@ syscfg.vals:
     LOG_NEWTMGR: 1
     CONFIG_NEWTMGR: 1
 
-    OS_MAIN_STACKS_SIZE: 512
+    OS_MAIN_STACK_SIZE: 512