git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@245 35acf78f-673a-0410-8e92-d51de3d6d3f4

This commit is contained in:
gdisirio 2008-03-26 13:50:55 +00:00
parent 2d71a7d0f3
commit d18137eded
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ extern "C" {
#endif #endif
/** /**
* Returns \p TRUE if the mutex queus contains at least a waiting thread. * Returns \p TRUE if the mutex queue contains at least a waiting thread.
*/ */
#define chMtxQueueNotEmptyS(mp) notempty(&(mp)->m_queue) #define chMtxQueueNotEmptyS(mp) notempty(&(mp)->m_queue)