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

This commit is contained in:
gdisirio 2010-03-05 20:19:20 +00:00
parent a528517b44
commit 8f15a800ee
1 changed files with 2 additions and 0 deletions

View File

@ -68,7 +68,9 @@
*/
static MUTEX_DECL(m1);
static MUTEX_DECL(m2);
#if CH_USE_CONDVARS
static CONDVAR_DECL(c1);
#endif
/**
* @page test_mtx_001 Priority enqueuing test