From 2e7bca6cc8e2d7f5e8675895ddcf3e4f89d8e28d Mon Sep 17 00:00:00 2001 From: gdisirio Date: Sat, 3 Jul 2010 07:02:34 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2047 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- test/test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/test.c b/test/test.c index 5f876e6b8..42e8708ec 100644 --- a/test/test.c +++ b/test/test.c @@ -44,7 +44,7 @@ /* * Array of all the test patterns. */ -static ROMCONST struct testcase **patterns[] = { +static ROMCONST struct testcase * ROMCONST *patterns[] = { patternthd, patternsem, patternmtx, -- cgit v1.2.3