diff --git a/docs/reports/STM32F103-72.txt b/docs/reports/STM32F103-72.txt index a221ec289..dc2337f4c 100644 --- a/docs/reports/STM32F103-72.txt +++ b/docs/reports/STM32F103-72.txt @@ -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) 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,