提交 232ba0fd 编写于 作者: Z zhong_ning

fix code style

Signed-off-by: Nzhong_ning <zhong_ning@hoperun.com>
上级 8025d011
......@@ -45,7 +45,7 @@ int InitListen(unsigned long eventMask, unsigned int wait)
QuickstartListenArgs args;
args.wait = wait;
args.events = eventMask;
return SendCmd(QUICKSTART_LISTEN, (unsigned long)&args);
return SendCmd(QUICKSTART_LISTEN, (uintptr_t)&args);
}
int NotifyInit(unsigned long event)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册