splitty; remove main task configuration. These settings have to match in split setup in loader and app.
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/a09cc95c Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/tree/a09cc95c Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/diff/a09cc95c Branch: refs/heads/develop Commit: a09cc95c6d2d07c08b46c4ef9d3fd2b8b96bb582 Parents: 035010b Author: Marko Kiiskila <[email protected]> Authored: Wed Jan 25 13:53:05 2017 -0800 Committer: Marko Kiiskila <[email protected]> Committed: Wed Jan 25 14:32:31 2017 -0800 ---------------------------------------------------------------------- apps/splitty/syscfg.yml | 4 ---- 1 file changed, 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/blob/a09cc95c/apps/splitty/syscfg.yml ---------------------------------------------------------------------- diff --git a/apps/splitty/syscfg.yml b/apps/splitty/syscfg.yml index d7c1b35..7ff1dfb 100644 --- a/apps/splitty/syscfg.yml +++ b/apps/splitty/syscfg.yml @@ -27,7 +27,3 @@ syscfg.vals: # Log reboot messages to a flash circular buffer. REBOOT_LOG_FCB: 1 - - # Default task settings - OS_MAIN_TASK_PRIO: 10 - OS_MAIN_STACK_SIZE: 428
