mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
parent
d03d7b1773
commit
0817675f5e
@ -136,10 +136,10 @@ void hwtimer_isr_timer()
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (native_hwtimer_irq[next_timer] == 1) {
|
if (native_hwtimer_isset[next_timer] == 1) {
|
||||||
|
native_hwtimer_isset[next_timer] = 0;
|
||||||
DEBUG("hwtimer_isr_timer(): calling hwtimer.int_handler(%i)\n", next_timer);
|
DEBUG("hwtimer_isr_timer(): calling hwtimer.int_handler(%i)\n", next_timer);
|
||||||
int_handler(next_timer);
|
int_handler(next_timer);
|
||||||
native_hwtimer_isset[next_timer] = 0;
|
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
DEBUG("hwtimer_isr_timer(): this should not have happened");
|
DEBUG("hwtimer_isr_timer(): this should not have happened");
|
||||||
|
Loading…
Reference in New Issue
Block a user