doc: Reorder listing of microkernel synchronization objects
Now ordered from most basic semaphore type (events) to most complex semaphore type (mutexes). Change-Id: I4cf69ee2b87b10b8d962f963b3631d9bdae608e9 Signed-off-by: Allan Stephens <allan.stephens@windriver.com>
This commit is contained in:
parent
61fa627f74
commit
1201a73002
1 changed files with 1 additions and 1 deletions
|
@ -9,6 +9,6 @@ available in the microkernel.
|
|||
.. toctree::
|
||||
:maxdepth: 2
|
||||
|
||||
microkernel_semaphores
|
||||
microkernel_events
|
||||
microkernel_semaphores
|
||||
microkernel_mutexes
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue