From 07351222e6d0b6b3dcd4f50ecb18bc09e7402d1c Mon Sep 17 00:00:00 2001 From: gdisirio Date: Tue, 21 Sep 2010 10:22:06 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2184 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/kernel/include/chmtx.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'os/kernel/include/chmtx.h') diff --git a/os/kernel/include/chmtx.h b/os/kernel/include/chmtx.h index c551f47bf..cb0e78001 100644 --- a/os/kernel/include/chmtx.h +++ b/os/kernel/include/chmtx.h @@ -78,6 +78,8 @@ extern "C" { /** * @brief Returns @p TRUE if the mutex queue contains at least a waiting * thread. + * + * @sclass */ #define chMtxQueueNotEmptyS(mp) notempty(&(mp)->m_queue) -- cgit v1.2.3