Fixed bug 2730706.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@867 35acf78f-673a-0410-8e92-d51de3d6d3f4master
parent
305418701d
commit
5ddc68fed0
|
@ -22,7 +22,9 @@
|
|||
#include "test.h"
|
||||
|
||||
static Semaphore sem1;
|
||||
#if CH_USE_MUTEXES
|
||||
static Mutex mtx1;
|
||||
#endif
|
||||
|
||||
static msg_t thread1(void *p) {
|
||||
msg_t msg;
|
||||
|
|
Loading…
Reference in New Issue