We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9b4e9e commit 73d71abCopy full SHA for 73d71ab
examples/fabric-bridge-app/fabric-bridge-common/src/BridgedAdministratorCommissioning.cpp
@@ -28,7 +28,7 @@ using namespace chip::app::Clusters::AdministratorCommissioning;
28
29
CHIP_ERROR BridgedAdministratorCommissioning::Init()
30
{
31
- // We expect initialization after all emberAfInit(). This allows us to unregister the existing
+ // 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
34
// forward it to the original attribute interface that we are unregistering.
0 commit comments