Fixed bug 2730706.

git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@867 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
gdisirio 2009-04-04 10:50:21 +00:00
parent 305418701d
commit 5ddc68fed0
1 changed files with 2 additions and 0 deletions

View File

@ -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;