Skip to content

Commit c84593f

Browse files
authored
Address post merge comment (#35103)
* Address post merge comment * Quick fix
1 parent bb26a58 commit c84593f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

examples/fabric-bridge-app/fabric-bridge-common/src/BridgedAdministratorCommissioning.cpp

+3-3
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ using namespace chip::app::Clusters::AdministratorCommissioning;
2828

2929
CHIP_ERROR BridgedAdministratorCommissioning::Init()
3030
{
31-
// We expect initialization after all embr plugin clusters initialization. This allows us to unregister
32-
// the existing AccessAttributeInterface for AdministratorCommissioning and register ourselves, ensuring
33-
// we get the callback for reading attribute. If the read is not intended for a bridged device we will
31+
// We expect initialization after emberAfInit(). This allows us to unregister the existing
32+
// AccessAttributeInterface for AdministratorCommissioning and register ourselves, ensuring we
33+
// get the callback for reading attribute. If the read is not intended for a bridged device we will
3434
// forward it to the original attribute interface that we are unregistering.
3535
mOriginalAttributeInterface = AttributeAccessInterfaceRegistry::Instance().Get(kRootEndpointId, AdministratorCommissioning::Id);
3636
VerifyOrReturnError(mOriginalAttributeInterface, CHIP_ERROR_INTERNAL);

0 commit comments

Comments
 (0)