From 1e9942d791e54939c758f0660557ce448071f76b Mon Sep 17 00:00:00 2001 From: Kelvin Lawson Date: Sat, 28 Jun 2014 17:37:35 +0100 Subject: [PATCH] atomtimer: Update callback list tail. --- kernel/atomtimer.c | 1 + 1 file changed, 1 insertion(+) diff --git a/kernel/atomtimer.c b/kernel/atomtimer.c index 25b4a7e..5a89890 100755 --- a/kernel/atomtimer.c +++ b/kernel/atomtimer.c @@ -454,6 +454,7 @@ static void atomTimerCallbacks (void) { /* Add callback request to the list tail */ callback_list_tail->next_timer = next_ptr; + callback_list_tail = callback_list_tail->next_timer; } /* Mark this timer as the end of the callback list */