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/23 21:19:56 UTC

[04/16] incubator-mynewt-site git commit: fixed small error in table

fixed small error in 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/df122a78
Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/tree/df122a78
Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/diff/df122a78

Branch: refs/heads/master
Commit: df122a78e734adad18439540323aa39069166f7b
Parents: c910416
Author: = <=>
Authored: Wed Jun 22 17:31:14 2016 -0700
Committer: = <=>
Committed: Wed Jun 22 17:31:14 2016 -0700

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


http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/df122a78/docs/os/core_os/task/task.md
----------------------------------------------------------------------
diff --git a/docs/os/core_os/task/task.md b/docs/os/core_os/task/task.md
index 845a248..dac58d0 100644
--- a/docs/os/core_os/task/task.md
+++ b/docs/os/core_os/task/task.md
@@ -220,6 +220,7 @@ struct os_task_info {
 ## List of Functions
 
 The functions available in task are:
+
 | **Function** | **Description** |
 |-----------|-------------|
 | [os_task_init](os_task_init.md) | Called to create a task. This adds the task object to the list of ready to run tasks. |