summaryrefslogtreecommitdiff
path: root/tests/common/ProfilerTests.cc
diff options
context:
space:
mode:
Diffstat (limited to 'tests/common/ProfilerTests.cc')
-rw-r--r--tests/common/ProfilerTests.cc4
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/common/ProfilerTests.cc b/tests/common/ProfilerTests.cc
index 1435dde..889e2f2 100644
--- a/tests/common/ProfilerTests.cc
+++ b/tests/common/ProfilerTests.cc
@@ -26,12 +26,10 @@
TEST_CASE("Common: Test Profiler")
{
hal_platform platform;
- data_acq_module data_acq {};
- data_psn_module data_psn {};
platform_timer timer {};
/* Initialise the HAL and platform. */
- hal_init(&platform, &data_acq, &data_psn, &timer);
+ hal_init(&platform, &timer);
hal_platform_init(&platform);
/* An invalid profiler shouldn't be of much use */