mirror of
https://github.com/rvtr/TwlIPL.git
synced 2025-10-31 06:01:12 -04:00
(SystemUpdater) TSボード+旧仕様デバッガを正しく判定できない不具合を修正。
git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/TwlIPL/trunk@1991 b08762b0-b915-fc4b-9d8c-17b2551a87ff
This commit is contained in:
parent
6127c16f17
commit
4209f51e50
@ -196,6 +196,10 @@ TwlMain()
|
||||
{
|
||||
running = IS_TWL_DEBUGGER;
|
||||
}
|
||||
else if (type == IS_TOOL_TYPE_ERROR) // TSボードプラス + 旧仕様デバッガ
|
||||
{
|
||||
running = IS_TWL_DEBUGGER;
|
||||
}
|
||||
else if (type == IS_TOOL_TYPE_CAPTURE)
|
||||
{
|
||||
running = IS_TWL_CAPTURE;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user