summaryrefslogtreecommitdiffstats
path: root/testsuites/tmtests/tm13
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/tm13
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/tm13')
-rw-r--r--testsuites/tmtests/tm13/system.h1
-rw-r--r--testsuites/tmtests/tm13/task1.c2
2 files changed, 1 insertions, 2 deletions
diff --git a/testsuites/tmtests/tm13/system.h b/testsuites/tmtests/tm13/system.h
index b36266b04b..a03bcda70e 100644
--- a/testsuites/tmtests/tm13/system.h
+++ b/testsuites/tmtests/tm13/system.h
@@ -11,7 +11,6 @@
*/
-#include <coverhd.h>
#include <tmacros.h>
/* functions */
diff --git a/testsuites/tmtests/tm13/task1.c b/testsuites/tmtests/tm13/task1.c
index eac1b8bd7c..884723a5ab 100644
--- a/testsuites/tmtests/tm13/task1.c
+++ b/testsuites/tmtests/tm13/task1.c
@@ -155,7 +155,7 @@ rtems_task High_task(
end_time,
operation_count,
0,
- CALLING_OVERHEAD_MESSAGE_QUEUE_URGENT
+ 0
);
TEST_END();