#include #include #include void timer_cancel(SYSTIMER* timer){ ATOMIC if (timer){ list_remove(&timer->list); }; };