git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2047 35acf78f-673a-0410-8e92-d51de3d6d3f4

This commit is contained in:
gdisirio 2010-07-03 07:02:34 +00:00
parent a2d796acef
commit 2e7bca6cc8
2 changed files with 2 additions and 2 deletions

View File

@ -127,7 +127,7 @@ Settings: SYSCLK=72, ACR=0x12 (2 wait states)
--- Result: SUCCESS
----------------------------------------------------------------------------
--- Test Case 11.9 (Benchmark, I/O Queues throughput)
--- Score : 487684 bytes/S
--- Score : 491216 bytes/S
--- Result: SUCCESS
----------------------------------------------------------------------------
--- Test Case 11.10 (Benchmark, virtual timers set/reset)

View File

@ -44,7 +44,7 @@
/*
* Array of all the test patterns.
*/
static ROMCONST struct testcase **patterns[] = {
static ROMCONST struct testcase * ROMCONST *patterns[] = {
patternthd,
patternsem,
patternmtx,