Skip to content

Commit

Permalink
Update CHIPCommand.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
yunhanw-google authored May 16, 2024
1 parent e4b55ae commit 443e4d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/chip-tool/commands/common/CHIPCommand.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -153,9 +153,9 @@ CHIP_ERROR CHIPCommand::MaybeSetUpStack()

auto engine = chip::app::InteractionModelEngine::GetInstance();
VerifyOrReturnError(engine != nullptr, CHIP_ERROR_INCORRECT_STATE);
ReturnLogErrorOnFailure(chipToolCheckInDelegate()->Init(&sICDClientStorage, engine));
ReturnLogErrorOnFailure(ChipToolCheckInDelegate()->Init(&sICDClientStorage, engine));
ReturnLogErrorOnFailure(sCheckInHandler.Init(DeviceControllerFactory::GetInstance().GetSystemState()->ExchangeMgr(),
&sICDClientStorage, chipToolCheckInDelegate(), engine));
&sICDClientStorage, ChipToolCheckInDelegate(), engine));

CommissionerIdentity nullIdentity{ kIdentityNull, chip::kUndefinedNodeId };
ReturnLogErrorOnFailure(InitializeCommissioner(nullIdentity, kIdentityNullFabricId));
Expand Down

0 comments on commit 443e4d0

Please sign in to comment.