mirror of
https://github.com/rvtr/TwlIPL.git
synced 2025-10-31 06:01:12 -04:00
WDS停止確認にネ開推奨APIを使用。
git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/TwlIPL/trunk@1904 b08762b0-b915-fc4b-9d8c-17b2551a87ff
This commit is contained in:
parent
ca5b3bbedc
commit
4d4fb7178c
@ -82,7 +82,7 @@ void Callback_WDSPreSleep( void *ptr )
|
|||||||
{
|
{
|
||||||
#pragma unused( ptr )
|
#pragma unused( ptr )
|
||||||
WDS_WrapperCleanup();
|
WDS_WrapperCleanup();
|
||||||
while ( ! IsClearnupWDSWrapper() )
|
while ( WDS_WrapperCheckThreadRunning() == WDSWRAPPER_ERRCODE_SUCCESS )
|
||||||
{
|
{
|
||||||
OS_Sleep(1);
|
OS_Sleep(1);
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user