Skip to content

Commit

Permalink
Review comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Damian-Nordic committed Jan 28, 2022
1 parent bbb2f5a commit 70efe52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/messaging/ExchangeContext.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ void ExchangeContext::UpdateSEDPollingMode()
}

VerifyOrReturn(address.GetTransportType() != Transport::Type::kBle);
UpdateSEDPollingMode(IsResponseExpected() || IsSendExpected() || IsMessageNotAcked() || IsAckPending());
UpdateSEDPollingMode(IsResponseExpected() || IsSendExpected() || IsMessageNotAcked());
}

void ExchangeContext::UpdateSEDPollingMode(bool fastPollingMode)
Expand Down

0 comments on commit 70efe52

Please sign in to comment.