mirror of
https://github.com/kelvinlawson/atomthreads.git
synced 2026-01-11 10:16:37 +01:00
atomtimer: Update callback list tail.
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user