aboutsummaryrefslogtreecommitdiffstats
path: root/os/rt/include
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2014-11-23 17:14:56 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2014-11-23 17:14:56 +0000
commit76b6b659291973e23b6ecbe8459baeac0577f1d8 (patch)
tree4ecc4c8fb18239f1b637db0e574de97708377bd1 /os/rt/include
parent6d52bb255ead3e6ad8f76dce46f96d43e2944ea7 (diff)
downloadChibiOS-76b6b659291973e23b6ecbe8459baeac0577f1d8.tar.gz
ChibiOS-76b6b659291973e23b6ecbe8459baeac0577f1d8.tar.bz2
ChibiOS-76b6b659291973e23b6ecbe8459baeac0577f1d8.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7527 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/rt/include')
-rw-r--r--os/rt/include/chthreads.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/os/rt/include/chthreads.h b/os/rt/include/chthreads.h
index fa093b09c..4c23fbec2 100644
--- a/os/rt/include/chthreads.h
+++ b/os/rt/include/chthreads.h
@@ -335,6 +335,8 @@ static inline bool chThdShouldTerminateX(void) {
* @brief Resumes a thread created with @p chThdCreateI().
*
* @param[in] tp pointer to the thread
+ * @return The pointer to the @p thread_t structure allocated for
+ * the thread into the working space area.
*
* @iclass
*/