atomtimer: Update callback list tail.

This commit is contained in:
Kelvin Lawson
2014-06-28 17:37:35 +01:00
parent b31265222a
commit 1e9942d791

View File

@@ -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 */