summaryrefslogtreecommitdiffstats
path: root/testsuites/tmtests/tm16
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/tm16
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/tm16')
-rw-r--r--testsuites/tmtests/tm16/system.h1
-rw-r--r--testsuites/tmtests/tm16/task1.c2
2 files changed, 1 insertions, 2 deletions
diff --git a/testsuites/tmtests/tm16/system.h b/testsuites/tmtests/tm16/system.h
index 2ba66fc981..b7084d2ff6 100644
--- a/testsuites/tmtests/tm16/system.h
+++ b/testsuites/tmtests/tm16/system.h
@@ -11,7 +11,6 @@
*/
-#include <coverhd.h>
#include <tmacros.h>
/* functions */
diff --git a/testsuites/tmtests/tm16/task1.c b/testsuites/tmtests/tm16/task1.c
index c4aa255564..5910a18f22 100644
--- a/testsuites/tmtests/tm16/task1.c
+++ b/testsuites/tmtests/tm16/task1.c
@@ -146,7 +146,7 @@ rtems_task High_task(
end_time,
operation_count - 1u,
0u,
- CALLING_OVERHEAD_EVENT_SEND
+ 0
);
TEST_END();