From 9343c8a04a7607b586fb67c3885e97f330b237e8 Mon Sep 17 00:00:00 2001
From: Oleg Hahm <oleg@hobbykeller.org>
Date: Sat, 22 Mar 2014 18:18:03 +0100
Subject: [PATCH] test_hwtimer: hwtimer is automatically initialized now

---
 tests/test_hwtimer/main.c | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/tests/test_hwtimer/main.c b/tests/test_hwtimer/main.c
index 537f5ddf05..473193f808 100644
--- a/tests/test_hwtimer/main.c
+++ b/tests/test_hwtimer/main.c
@@ -36,11 +36,6 @@ int main(void)
 {
     puts("hwtimer test application...");
 
-    puts("Initializing hwtimer...");
-    hwtimer_init();
-
-    puts("Initializing hwtimer [OK].");
-
     puts("");
     puts("  Timers should print \"callback x\" once when they run out.");
     printf("  The order for x is 1, n-1, n-2, ..., 2 where n is the number of available hardware timers (%u on this platform).\n", ARCH_MAXTIMERS);
-- 
GitLab