You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by ma...@apache.org on 2016/07/29 20:47:04 UTC

incubator-mynewt-core git commit: os; fix botched commit.

Repository: incubator-mynewt-core
Updated Branches:
  refs/heads/develop 42df7264b -> 60d6285a3


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

Branch: refs/heads/develop
Commit: 60d6285a35404bfb7a0771b99975c251c5e1f63e
Parents: 42df726
Author: Marko Kiiskila <ma...@runtime.io>
Authored: Fri Jul 29 13:46:17 2016 -0700
Committer: Marko Kiiskila <ma...@runtime.io>
Committed: Fri Jul 29 13:46:17 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/60d6285a/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;