You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by ad...@apache.org on 2016/06/22 18:17:18 UTC

[04/10] incubator-mynewt-site git commit: Fixed new scheduler function table

Fixed new scheduler function table


Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/commit/76e76065
Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/tree/76e76065
Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/diff/76e76065

Branch: refs/heads/v0_9_0
Commit: 76e76065ca94440bb07eeb3d1c011792ec34c783
Parents: 9e6cd25
Author: briangiori <br...@gmail.com>
Authored: Tue Jun 21 17:27:56 2016 -0700
Committer: = <=>
Committed: Wed Jun 22 10:00:20 2016 -0700

----------------------------------------------------------------------
 docs/os/core_os/context_switch/context_switch.md | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/76e76065/docs/os/core_os/context_switch/context_switch.md
----------------------------------------------------------------------
diff --git a/docs/os/core_os/context_switch/context_switch.md b/docs/os/core_os/context_switch/context_switch.md
index 95a77f0..b507149 100644
--- a/docs/os/core_os/context_switch/context_switch.md
+++ b/docs/os/core_os/context_switch/context_switch.md
@@ -28,6 +28,7 @@ Scheduler has a CPU architecture specific component; this code is responsible fo
 The functions available in context_switch are:
 
 | **Function** | **Description** |
+|-----------|-------------|
 | [os_sched](os_sched.md) | Performs context switch if needed. |
 | [os_arch_ctx_sw](os_arch_ctx_sw.md) | Change the state of task given task to *running*. |
 | [os_sched_ctx_sw_hook](os_sched_ctx_sw_hook.md) | Performs task accounting when context switching. |