summaryrefslogtreecommitdiff
path: root/testsuites/tmtests/tm05/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/tm05/task1.c
parent57f96b999dbdef888c1af8e712b3ea726bf03047 (diff)
Remove coverhd.h
This header file contained timing overhead values which are hard to maintain. Update #3254.
Diffstat (limited to 'testsuites/tmtests/tm05/task1.c')
-rw-r--r--testsuites/tmtests/tm05/task1.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuites/tmtests/tm05/task1.c b/testsuites/tmtests/tm05/task1.c
index d1485e25bd..e23d03bdc1 100644
--- a/testsuites/tmtests/tm05/task1.c
+++ b/testsuites/tmtests/tm05/task1.c
@@ -101,7 +101,7 @@ rtems_task High_task(
end_time,
operation_count,
0,
- CALLING_OVERHEAD_TASK_RESUME
+ 0
);
TEST_END();
@@ -130,7 +130,7 @@ rtems_task Low_task(
end_time,
operation_count,
0,
- CALLING_OVERHEAD_TASK_SUSPEND
+ 0
);
Task_index = 1;