From dd85cc143d987851bc7cc995cf6109136a16b930 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Mon, 16 Feb 2009 18:22:49 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@773 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- test/testcond.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'test/testcond.h') diff --git a/test/testcond.h b/test/testcond.h index 8e6f286b1..b07aa804e 100644 --- a/test/testcond.h +++ b/test/testcond.h @@ -20,7 +20,6 @@ #ifndef _TESTCOND_H_ #define _TESTCOND_H_ -extern const struct testcase testcond1; -extern const struct testcase testcond2; +extern const struct testcase *patterncond[]; #endif /* _TESTCOND_H_ */ -- cgit v1.2.3