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:08 UTC

[16/16] incubator-mynewt-site git commit: Added os_mutex_init and os_mutex_pend pages correctly

Added os_mutex_init and os_mutex_pend pages correctly


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

Branch: refs/heads/master
Commit: e6ed6b9a12e10e07dc794e16502dcf47d668cf4d
Parents: 6cfe344
Author: aditihilbert <ad...@runtime.io>
Authored: Thu Jun 23 14:12:49 2016 -0700
Committer: aditihilbert <ad...@runtime.io>
Committed: Thu Jun 23 14:12:49 2016 -0700

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


http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/e6ed6b9a/mkdocs.yml
----------------------------------------------------------------------
diff --git a/mkdocs.yml b/mkdocs.yml
index e72f9d8..f88d64d 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -104,7 +104,7 @@ pages:
                 - 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_pend': 'os/core_os/mutex/os_mutex_pend.md'
                     - 'os_mutex_release': 'os/core_os/mutex/os_mutex_release.md'
             - Memory Pools:
                 - toc: 'os/core_os/memory_pool/memory_pool.md'