diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2007-10-06 08:58:52 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2007-10-06 08:58:52 +0000 |
commit | d6d799ed48f8193bee286187132221f831726a07 (patch) | |
tree | 928f9db3dbb76cfdef92405635b8d1b7885e5b5e /test | |
parent | ff4dd3f8f0f95652f754ab869b136d31d671ac51 (diff) | |
download | ChibiOS-d6d799ed48f8193bee286187132221f831726a07.tar.gz ChibiOS-d6d799ed48f8193bee286187132221f831726a07.tar.bz2 ChibiOS-d6d799ed48f8193bee286187132221f831726a07.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@39 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'test')
-rw-r--r-- | test/test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test.c b/test/test.c index 4351e79a2..fbaedd280 100644 --- a/test/test.c +++ b/test/test.c @@ -35,7 +35,7 @@ static BYTE8 wsT5[UserStackSize(64)]; static Thread *t1, *t2, *t3, *t4, *t5;
static FullDuplexDriver *comp;
-static Semaphore sem1, sem2;
+static Semaphore sem1;
static void wait(void) {
|