You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by st...@apache.org on 2016/08/01 04:59:33 UTC

[16/16] incubator-mynewt-core git commit: os; fix botched commit.

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 <ma...@runtime.io>
Authored: Fri Jul 29 13:46:17 2016 -0700
Committer: Sterling Hughes <st...@apache.org>
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;