Skip to content
Snippets Groups Projects
Commit 6d0a8b22 authored by Ludwig Knüpfer's avatar Ludwig Knüpfer
Browse files

sys/compat/hwtimer: fix unused fcpu warning

parent 2bc7c4ba
Branches
No related tags found
No related merge requests found
......@@ -35,6 +35,8 @@ void (*timeout_handler)(int);
void hwtimer_arch_init(void (*handler)(int), uint32_t fcpu)
{
(void) fcpu;
timeout_handler = handler;
timer_init(HW_TIMER, 1, &irq_handler);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment