aboutsummaryrefslogtreecommitdiffstats
path: root/os/kernel/include/chmtx.h
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2013-06-16 16:12:33 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2013-06-16 16:12:33 +0000
commit2e4ba09bb54f415e7f8fd66f4ccddbf421612820 (patch)
treebcb3dfba371a3c6a3957285650ae694ea057307c /os/kernel/include/chmtx.h
parent0d96f5c78e54d267ef1ca230fe20af1ca090e1d6 (diff)
downloadChibiOS-2e4ba09bb54f415e7f8fd66f4ccddbf421612820.tar.gz
ChibiOS-2e4ba09bb54f415e7f8fd66f4ccddbf421612820.tar.bz2
ChibiOS-2e4ba09bb54f415e7f8fd66f4ccddbf421612820.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/kernel_3_dev@5860 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/kernel/include/chmtx.h')
-rw-r--r--os/kernel/include/chmtx.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/os/kernel/include/chmtx.h b/os/kernel/include/chmtx.h
index 124127a88..00ebb2a23 100644
--- a/os/kernel/include/chmtx.h
+++ b/os/kernel/include/chmtx.h
@@ -86,7 +86,7 @@ extern "C" {
*
* @sclass
*/
-#define chMtxQueueNotEmptyS(mp) notempty(&(mp)->m_queue)
+#define chMtxQueueNotEmptyS(mp) queue_notempty(&(mp)->m_queue)
/** @} */
#endif /* CH_USE_MUTEXES */