summaryrefslogtreecommitdiffstats
path: root/testsuites/tmtests/tm10/task1.c
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2017-11-24 07:58:55 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2017-11-24 15:27:01 +0100
commite58e29fdb9dc1ba516691d9df373b2bdaa480f51 (patch)
treee29555317384bfbd963b301368def91559f1cd36 /testsuites/tmtests/tm10/task1.c
parentlibtests/malloctest: Fix 64-bit targets (diff)
downloadrtems-e58e29fdb9dc1ba516691d9df373b2bdaa480f51.tar.bz2
Remove coverhd.h
This header file contained timing overhead values which are hard to maintain. Update #3254.
Diffstat (limited to 'testsuites/tmtests/tm10/task1.c')
-rw-r--r--testsuites/tmtests/tm10/task1.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuites/tmtests/tm10/task1.c b/testsuites/tmtests/tm10/task1.c
index f7e4d27af4..884af48ff2 100644
--- a/testsuites/tmtests/tm10/task1.c
+++ b/testsuites/tmtests/tm10/task1.c
@@ -116,7 +116,7 @@ void test_init()
end_time,
operation_count,
overhead,
- CALLING_OVERHEAD_MESSAGE_QUEUE_RECEIVE
+ 0
);
}
@@ -164,7 +164,7 @@ rtems_task Low_task(
end_time,
operation_count - 1,
0,
- CALLING_OVERHEAD_MESSAGE_QUEUE_RECEIVE
+ 0
);
TEST_END();