diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2009-10-17 15:42:19 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2009-10-17 15:42:19 +0000 |
commit | 404fe109397d80016f71c57f42ee6cd0cbfe96d1 (patch) | |
tree | 07910235b303d57314cceafed0de9821aa3dc852 /test | |
parent | 33114fa3e8a8b0e9c12890b1fc8bb52b9bc5a48a (diff) | |
download | ChibiOS-404fe109397d80016f71c57f42ee6cd0cbfe96d1.tar.gz ChibiOS-404fe109397d80016f71c57f42ee6cd0cbfe96d1.tar.bz2 ChibiOS-404fe109397d80016f71c57f42ee6cd0cbfe96d1.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1236 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'test')
-rw-r--r-- | test/testbmk.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/test/testbmk.c b/test/testbmk.c index dd92dcbf6..534ac8a81 100644 --- a/test/testbmk.c +++ b/test/testbmk.c @@ -432,7 +432,6 @@ const struct testcase testbmk7 = { * a second of continuous operations.
*/
-#if CH_USE_ROUNDROBIN
static msg_t thread8(void *p) {
do {
@@ -482,7 +481,6 @@ const struct testcase testbmk8 = { NULL,
bmk8_execute
};
-#endif
/**
* @page test_benchmarks_009 I/O Queues throughput
@@ -760,9 +758,7 @@ const struct testcase * const patternbmk[] = { &testbmk5,
&testbmk6,
&testbmk7,
-#if CH_USE_ROUNDROBIN
&testbmk8,
-#endif
&testbmk9,
&testbmk10,
&testbmk11,
|