未验证 提交 93a7cff4 编写于 作者: mysterywolf's avatar mysterywolf 提交者: GitHub

[kernel][timer] 修复在IAR下数据类型报错 (#6804)

上级 c38c6e2c
......@@ -614,7 +614,7 @@ rt_err_t rt_timer_control(rt_timer_t timer, int cmd, void *arg)
*(rt_tick_t *)arg = timer->timeout_tick;
break;
case RT_TIMER_CTRL_GET_FUNC:
*(void **)arg = timer->timeout_func;
arg = (void *)timer->timeout_func;
break;
case RT_TIMER_CTRL_SET_FUNC:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册