aboutsummaryrefslogtreecommitdiffstats
path: root/os/rt/include/chmsg.h
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2014-12-11 15:12:21 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2014-12-11 15:12:21 +0000
commit055fea386e4994a35b758b94f948f9de1c8ba091 (patch)
treeb121874ef43c137a308d7009c7acc08b43c0b135 /os/rt/include/chmsg.h
parent509af41c04084bb0ed467d137efb4aeb68d25a05 (diff)
downloadChibiOS-055fea386e4994a35b758b94f948f9de1c8ba091.tar.gz
ChibiOS-055fea386e4994a35b758b94f948f9de1c8ba091.tar.bz2
ChibiOS-055fea386e4994a35b758b94f948f9de1c8ba091.zip
Documentation related fixes. Documentation is buildable with Doxygen 1.8.8 now.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7571 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/rt/include/chmsg.h')
-rw-r--r--os/rt/include/chmsg.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/os/rt/include/chmsg.h b/os/rt/include/chmsg.h
index 7e935de99..d1f697477 100644
--- a/os/rt/include/chmsg.h
+++ b/os/rt/include/chmsg.h
@@ -72,6 +72,9 @@ extern "C" {
/**
* @brief Evaluates to @p true if the thread has pending messages.
*
+ * @param[in] tp pointer to the thread
+ * @return The pending messages status.
+ *
* @iclass
*/
static inline bool chMsgIsPendingI(thread_t *tp) {