sys/compat/hwtimer: fix unused fcpu warning
This commit is contained in:
parent
2bc7c4ba5f
commit
6d0a8b222b
@ -35,6 +35,8 @@ void (*timeout_handler)(int);
|
|||||||
|
|
||||||
void hwtimer_arch_init(void (*handler)(int), uint32_t fcpu)
|
void hwtimer_arch_init(void (*handler)(int), uint32_t fcpu)
|
||||||
{
|
{
|
||||||
|
(void) fcpu;
|
||||||
|
|
||||||
timeout_handler = handler;
|
timeout_handler = handler;
|
||||||
timer_init(HW_TIMER, 1, &irq_handler);
|
timer_init(HW_TIMER, 1, &irq_handler);
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user