提交 23e68a8b 编写于 作者: B Bernard Xiong

Merge pull request #180 from grissiom/hot-fix

kernel: timer: fix compiling bug in d59aa279
......@@ -577,7 +577,7 @@ void rt_soft_timer_check(void)
n = n->next;
/* remove timer from timer list firstly */
_rt_timer_remove(timer);
_rt_timer_remove(t);
/* call timeout function */
t->timeout_func(t->parameter);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册