Skip to content

Commit

Permalink
Update ICDCommand.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
yunhanw-google authored May 17, 2024
1 parent 954588a commit 8ab9423
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/chip-tool/commands/icd/ICDCommand.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ CHIP_ERROR ICDWaitForDeviceCommand::RunCommand()

void ICDWaitForDeviceCommand::OnCheckInComplete(const chip::app::ICDClientInfo & clientInfo)
{
Default::OnCheckInComplete(clientInfo);
DefaultCheckInDelegate::OnCheckInComplete(clientInfo);

if (clientInfo.peer_node != mInterestedNode)
{
Expand Down

0 comments on commit 8ab9423

Please sign in to comment.