From 44d5c906d5f9ca290be2d09a7fb6f2aa88b329c7 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Fri, 1 Oct 2010 06:59:37 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2215 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/kernel/src/chthreads.c | 1 - 1 file changed, 1 deletion(-) (limited to 'os/kernel') 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 -- cgit v1.2.3