Skip to content

Commit eefeee8

Browse files
[SL-ONLY] [CMP] ZLL not factory new (#255)
1 parent ccc2a19 commit eefeee8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/platform/silabs/BaseApplication.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -966,6 +966,7 @@ void BaseApplication::OnPlatformEvent(const ChipDeviceEvent * event, intptr_t)
966966
Zigbee::RequestStart(channel); // leave handle internally
967967
#elif defined(SL_MATTER_ZIGBEE_SEQUENTIAL) // Matter Zigbee sequential
968968
Zigbee::RequestLeave();
969+
Zigbee::ZLLNotFactoryNew();
969970
#endif // SL_MATTER_ZIGBEE_CMP
970971
#endif // SL_CATALOG_ZIGBEE_STACK_COMMON_PRESENT
971972
}

0 commit comments

Comments
 (0)