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:20:07 UTC

[15/16] incubator-mynewt-site git commit: Fixed link to os_mutex_init

Fixed link to os_mutex_init


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

Branch: refs/heads/master
Commit: 6cfe3449f16298adf152b86aa79f2008fe9685c8
Parents: b38bc3e
Author: aditihilbert <ad...@runtime.io>
Authored: Thu Jun 23 14:05:32 2016 -0700
Committer: aditihilbert <ad...@runtime.io>
Committed: Thu Jun 23 14:05:32 2016 -0700

----------------------------------------------------------------------
 mkdocs.yml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/6cfe3449/mkdocs.yml
----------------------------------------------------------------------
diff --git a/mkdocs.yml b/mkdocs.yml
index b041677..e72f9d8 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -103,6 +103,7 @@ pages:
             - Mutexes:
                 - toc: 'os/core_os/mutex/mutex.md'
                 - 'Functions':
+                    - 'os_mutex_init': 'os/core_os/mutex/os_mutex_init.md'
                     - 'os_mutex_init': 'os/core_os/mutex/os_mutex_pend.md'
                     - 'os_mutex_release': 'os/core_os/mutex/os_mutex_release.md'
             - Memory Pools: