git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1715 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
parent
a528517b44
commit
8f15a800ee
|
@ -68,7 +68,9 @@
|
||||||
*/
|
*/
|
||||||
static MUTEX_DECL(m1);
|
static MUTEX_DECL(m1);
|
||||||
static MUTEX_DECL(m2);
|
static MUTEX_DECL(m2);
|
||||||
|
#if CH_USE_CONDVARS
|
||||||
static CONDVAR_DECL(c1);
|
static CONDVAR_DECL(c1);
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @page test_mtx_001 Priority enqueuing test
|
* @page test_mtx_001 Priority enqueuing test
|
||||||
|
|
Loading…
Reference in New Issue