WDS停止確認にネ開推奨APIを使用。

git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/TwlIPL/trunk@1904 b08762b0-b915-fc4b-9d8c-17b2551a87ff
This commit is contained in:
nakasima 2008-07-15 10:25:28 +00:00
parent ca5b3bbedc
commit 4d4fb7178c

View File

@ -82,7 +82,7 @@ void Callback_WDSPreSleep( void *ptr )
{
#pragma unused( ptr )
WDS_WrapperCleanup();
while ( ! IsClearnupWDSWrapper() )
while ( WDS_WrapperCheckThreadRunning() == WDSWRAPPER_ERRCODE_SUCCESS )
{
OS_Sleep(1);
}