We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc7d850 commit 537df99Copy full SHA for 537df99
examples/fabric-bridge-app/linux/RpcServer.cpp
@@ -63,7 +63,8 @@ pw::Status FabricBridge::AddSynchronizedDevice(const chip_rpc_SynchronizedDevice
63
return pw::Status::Unknown();
64
}
65
66
- CHIP_ERROR err = EcosystemInformation::EcosystemInformationServer::Instance().AddEcosystemInformationClusterToEndpoint(device->GetEndpointId());
+ CHIP_ERROR err = EcosystemInformation::EcosystemInformationServer::Instance().AddEcosystemInformationClusterToEndpoint(
67
+ device->GetEndpointId());
68
VerifyOrDie(err == CHIP_NO_ERROR);
69
70
return pw::OkStatus();
0 commit comments