re-match GetConnectedChildStrength
This commit is contained in:
parent
03f46ff23a
commit
2945a3a845
1 changed files with 3 additions and 0 deletions
|
@ -637,7 +637,10 @@ static u8 GetConnectedChildStrength(u8 maxFlags)
|
|||
if (flags & 1)
|
||||
{
|
||||
if (maxFlags == flagCount + 1)
|
||||
{
|
||||
return gRfuLinkStatus->strength[i];
|
||||
break;
|
||||
}
|
||||
flagCount++;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue