提交 530b738d 编写于 作者: O openharmony_ci 提交者: Gitee

!71 【轻量级 PR】:fix osEventFlagsGet for #I3IP98

Merge pull request !71 from Caoruihong/N/A
......@@ -895,7 +895,7 @@ uint32_t osEventFlagsGet(osEventFlagsId_t ef_id)
uint32_t rflags;
if (pstEventCB == NULL) {
return (uint32_t)osFlagsErrorParameter;
return 0;
}
uwIntSave = LOS_IntLock();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册