Skip to content

Commit 984563d

Browse files
[SL-ONLY] [CMP] ZLL not factory new (#255)
1 parent 63e57e9 commit 984563d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/platform/silabs/BaseApplication.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,6 @@ void BaseApplicationDelegate::OnCommissioningWindowClosed()
255255
#endif // QR_CODE_ENABLED
256256
#endif // DISPLAY_ENABLED
257257
}
258-
259258
}
260259

261260
void BaseApplicationDelegate::OnFabricCommitted(const FabricTable & fabricTable, FabricIndex fabricIndex)
@@ -974,6 +973,7 @@ void BaseApplication::OnPlatformEvent(const ChipDeviceEvent * event, intptr_t)
974973
Zigbee::RequestStart(channel); // leave handle internally
975974
#elif defined(SL_MATTER_ZIGBEE_SEQUENTIAL) // Matter Zigbee sequential
976975
Zigbee::RequestLeave();
976+
Zigbee::ZLLNotFactoryNew();
977977
#endif // SL_MATTER_ZIGBEE_CMP
978978
#endif // SL_CATALOG_ZIGBEE_STACK_COMMON_PRESENT
979979
}

0 commit comments

Comments
 (0)