Skip to content
Snippets Groups Projects
Commit 9343c8a0 authored by Oleg Hahm's avatar Oleg Hahm
Browse files

test_hwtimer: hwtimer is automatically initialized now

parent c8bf4efb
No related branches found
No related tags found
No related merge requests found
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment