fixed mistakes

This commit is contained in:
pi1024e
2020-08-29 13:18:35 -04:00
parent 3ae3bea28f
commit bdb976dc27
5 changed files with 188 additions and 174 deletions

View File

@@ -352,7 +352,7 @@ static bool8 rfu_LMAN_linkWatcher(u16 REQ_commandID)
{
for (i = 0; i < RFU_CHILD_MAX; i++)
{
if ((bm_linkLossSlot) & (1 << i))
if (bm_linkLossSlot & (1 << i))
{
lman.linkRecoveryTimer.active |= (1 << i);
lman.linkRecoveryTimer.count[i] = lman.linkRecoveryTimer.count_max;