Documentation fixes.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/stable_20.3.x@13614 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
This commit is contained in:
parent
2610824254
commit
7eb49cd9ad
|
@ -303,7 +303,7 @@ thread_t *chThdCreate(const thread_descriptor_t *tdp) {
|
|||
/**
|
||||
* @brief Creates a new thread into a static memory area.
|
||||
* @post The created thread has a reference counter set to one, it is
|
||||
* caller responsibility to call @p chThdRelease() or @p chthdWait()
|
||||
* caller responsibility to call @p chThdRelease() or @p chThdWait()
|
||||
* in order to release the reference. The thread persists in the
|
||||
* registry until its reference counter reaches zero.
|
||||
* @note A thread can terminate by calling @p chThdExit() or by simply
|
||||
|
|
Loading…
Reference in New Issue