From 76b6b659291973e23b6ecbe8459baeac0577f1d8 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Sun, 23 Nov 2014 17:14:56 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7527 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/rt/include/chthreads.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'os/rt/include') 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 */ -- cgit v1.2.3