提交 fa9a7b0b 编写于 作者: S sc943313837@gmail.com

Modified return value

git-svn-id: https://rt-thread.googlecode.com/svn/trunk@2379 bbd45198-f89e-11dd-88c7-29a3b14d5316
上级 aefe5187
......@@ -463,6 +463,11 @@ rt_err_t rt_alarm_start(rt_alarm_t alarm)
{
ret = alarm_set(alarm);
}
else
{
ret = RT_EOK;
goto _exit;
}
}
if (ret == RT_EOK)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册