diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2010-02-02 21:33:14 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2010-02-02 21:33:14 +0000 |
commit | 7e9725de2ff3c472785320c5f5cff1103e5284c5 (patch) | |
tree | eb9ce0f6d9c44c9c7ff5693d21df551cb7c32ba2 /os/kernel/include/threads.h | |
parent | ca20fd81f6f5cba290763cf08243f582841cf770 (diff) | |
download | ChibiOS-7e9725de2ff3c472785320c5f5cff1103e5284c5.tar.gz ChibiOS-7e9725de2ff3c472785320c5f5cff1103e5284c5.tar.bz2 ChibiOS-7e9725de2ff3c472785320c5f5cff1103e5284c5.zip |
Improved descriptions.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1561 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/kernel/include/threads.h')
-rw-r--r-- | os/kernel/include/threads.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/os/kernel/include/threads.h b/os/kernel/include/threads.h index 24b79a3cd..8a3756cb8 100644 --- a/os/kernel/include/threads.h +++ b/os/kernel/include/threads.h @@ -176,7 +176,7 @@ extern "C" { void chThdExit(msg_t msg); #if CH_USE_DYNAMIC Thread *chThdAddRef(Thread *tp); - Thread *chThdRelease(Thread *tp); + void chThdRelease(Thread *tp); #endif #if CH_USE_WAITEXIT msg_t chThdWait(Thread *tp); |