os; fix botched commit.
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/5a7c0a12 Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/tree/5a7c0a12 Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/diff/5a7c0a12 Branch: refs/heads/sterly_refactor Commit: 5a7c0a12d081e914cafcd8f93cdc0fdfed43c01b Parents: 4eaca97 Author: Marko Kiiskila <[email protected]> Authored: Fri Jul 29 13:46:17 2016 -0700 Committer: Sterling Hughes <[email protected]> Committed: Sun Jul 31 21:58:57 2016 -0700 ---------------------------------------------------------------------- libs/os/src/arch/cortex_m4/os_arch_arm.c | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/blob/5a7c0a12/libs/os/src/arch/cortex_m4/os_arch_arm.c ---------------------------------------------------------------------- diff --git a/libs/os/src/arch/cortex_m4/os_arch_arm.c b/libs/os/src/arch/cortex_m4/os_arch_arm.c index 184170f..48f6976 100755 --- a/libs/os/src/arch/cortex_m4/os_arch_arm.c +++ b/libs/os/src/arch/cortex_m4/os_arch_arm.c @@ -281,7 +281,6 @@ os_arch_os_start(void) * We switch to using "empty" part of idle task's stack until * the svc_os_arch_start() executes SVC, and we will never return. */ - */ os_set_env(g_idle_task.t_stackptr - 1); err = OS_ERR_IN_ISR;
