mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-25 22:43:50 +01:00
fix callback offset
This commit is contained in:
parent
7f69a6a122
commit
332cf8807f
@ -151,6 +151,7 @@ void schedule_timer(void)
|
||||
|
||||
/* next pending timer is in slot next_timer */
|
||||
struct timeval now;
|
||||
hwtimer_arch_now(); // update timer
|
||||
ticks2tv(native_hwtimer_now, &now);
|
||||
|
||||
struct itimerval result;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user