mirror of
https://github.com/rvtr/TwlIPL.git
synced 2025-10-31 06:01:12 -04:00
SendMessage エラー時も s_isFinished をTRUEにする。
git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/TwlIPL/trunk@1910 b08762b0-b915-fc4b-9d8c-17b2551a87ff
This commit is contained in:
parent
f391d356be
commit
fe0fd76dbc
@ -119,6 +119,7 @@ void InstallFirmCallback(void* arg)
|
||||
{
|
||||
// queue溢れはありえないハズだが、発生した場合は無線の不具合とみなしFATALにする。
|
||||
UTL_SetFatalError( FATAL_ERROR_WLANFIRM_LOAD );
|
||||
s_isFinished = TRUE;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user