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 16, 2024
1 parent 443e4d0 commit 87e85c9
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 @@ -131,7 +131,7 @@ void registerCommandsICD(Commands & commands, CredentialIssuerCommands * credsIs
commands.RegisterCommandSet(name, list, "Commands for client-side ICD management.");
}

DefaultCheckInDelegate * chipToolCheckInDelegate()
DefaultCheckInDelegate * ChipToolCheckInDelegate()
{
return sCheckInDelegate;
}

0 comments on commit 87e85c9

Please sign in to comment.