aboutsummaryrefslogtreecommitdiffstats
path: root/os/kernel
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-10-01 06:59:37 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-10-01 06:59:37 +0000
commit44d5c906d5f9ca290be2d09a7fb6f2aa88b329c7 (patch)
tree3de0710e9d5272042efd3b419fd9ad081cbb9800 /os/kernel
parentfa774e9c8e25e0cac57268ae532dd22fd38c04ff (diff)
downloadChibiOS-44d5c906d5f9ca290be2d09a7fb6f2aa88b329c7.tar.gz
ChibiOS-44d5c906d5f9ca290be2d09a7fb6f2aa88b329c7.tar.bz2
ChibiOS-44d5c906d5f9ca290be2d09a7fb6f2aa88b329c7.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2215 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/kernel')
-rw-r--r--os/kernel/src/chthreads.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/os/kernel/src/chthreads.c b/os/kernel/src/chthreads.c
index 9d0bd84ae..00f9704aa 100644
--- a/os/kernel/src/chthreads.c
+++ b/os/kernel/src/chthreads.c
@@ -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