git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2215 35acf78f-673a-0410-8e92-d51de3d6d3f4
parent
fa774e9c8e
commit
44d5c906d5
|
@ -514,7 +514,6 @@ void chThdRelease(Thread *tp) {
|
|||
* - If the thread was spawned by @p chThdCreateFromMemoryPool()
|
||||
* then the working area is returned to the owning memory pool.
|
||||
* .
|
||||
* Please read the @ref article_lifecycle article for more details.
|
||||
* @pre The configuration option @p CH_USE_WAITEXIT must be enabled in
|
||||
* order to use this function.
|
||||
* @post Enabling @p chThdWait() requires 2-4 (depending on the
|
||||
|
|
Loading…
Reference in New Issue