1
0
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:
Ludwig Ortmann 2014-01-22 20:09:10 +01:00
parent 7f69a6a122
commit 332cf8807f

View File

@ -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;