提交 4a43d3cd 编写于 作者: Nameless-Y's avatar Nameless-Y

[src][timer.c]:modify -RT_EOK to RT_EOK

上级 c5a93711
......@@ -220,7 +220,7 @@ rt_err_t rt_timer_detach(rt_timer_t timer)
rt_object_detach((rt_object_t)timer);
return -RT_EOK;
return RT_EOK;
}
RTM_EXPORT(rt_timer_detach);
......@@ -283,7 +283,7 @@ rt_err_t rt_timer_delete(rt_timer_t timer)
rt_object_delete((rt_object_t)timer);
return -RT_EOK;
return RT_EOK;
}
RTM_EXPORT(rt_timer_delete);
#endif
......@@ -410,7 +410,7 @@ rt_err_t rt_timer_start(rt_timer_t timer)
}
#endif
return -RT_EOK;
return RT_EOK;
}
RTM_EXPORT(rt_timer_start);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册