Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
swan-amazon committed Aug 9, 2024
1 parent ffa320e commit b540ff3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -461,7 +461,7 @@ void OnPlatformEventHandler(const DeviceLayer::ChipDeviceEvent * event, intptr_t
void MatterGeneralCommissioningPluginServerInitCallback()
{
Breadcrumb::Set(0, 0);
registerAttributeAccessOverride(&gAttributeAccessInstance);
AttributeAccessInterfaceRegistry::Instance().Register(&gAttributeAccessInstance);
DeviceLayer::PlatformMgrImpl().AddEventHandler(OnPlatformEventHandler);
}

Expand Down

0 comments on commit b540ff3

Please sign in to comment.