From 2a4b6ba47eaadaf209ea46aa4a706b6af6dab53f Mon Sep 17 00:00:00 2001 From: gdisirio Date: Sun, 6 Sep 2009 10:11:12 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1153 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- test/testbmk.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'test') diff --git a/test/testbmk.c b/test/testbmk.c index f44ae0b8b..39bcdbaa5 100644 --- a/test/testbmk.c +++ b/test/testbmk.c @@ -49,6 +49,7 @@ * - @subpage test_benchmarks_009 * - @subpage test_benchmarks_010 * - @subpage test_benchmarks_011 + * - @subpage test_benchmarks_012 * . * @file testbmk.c Kernel Benchmarks * @brief Kernel Benchmarks source file @@ -418,7 +419,7 @@ const struct testcase testbmk7 = { }; /** - * @page test_benchmarks_009 I/O Round-Robin voluntary rescedulation. + * @page test_benchmarks_008 I/O Round-Robin voluntary reschedulation. * *

Description

* Five threads are created at equal priority, each thread just increases a -- cgit v1.2.3