!303 fix: 修复pm编译告警导致内核编译失败
Merge pull request !303 from zhushengle/cherry-pick-1631346536
This commit is contained in:
commit
92e3844061
|
@ -167,7 +167,7 @@ STATIC Suspend OsPmCpuSuspend(LosPmCB *pm)
|
|||
|
||||
STATIC UINT32 OsPmSuspendSleep(LosPmCB *pm)
|
||||
{
|
||||
UINT32 ret;
|
||||
UINT32 ret = LOS_OK;
|
||||
UINT32 intSave;
|
||||
LOS_SysSleepEnum mode;
|
||||
Suspend sysSuspend = NULL;
|
||||
|
|
Loading…
Reference in New Issue