Skip to content

Commit 08c4904

Browse files
[SL-Temp] keep Zigbee Channel steering only for series 3
1 parent c8371e1 commit 08c4904

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
@@ -936,7 +936,7 @@ void BaseApplication::OnPlatformEvent(const ChipDeviceEvent * event, intptr_t)
936936
#endif /* CHIP_CONFIG_ENABLE_ICD_SERVER && RS911X_WIFI */
937937
// SL-Only
938938
#ifdef SL_CATALOG_ZIGBEE_STACK_COMMON_PRESENT
939-
#if defined(SL_MATTER_ZIGBEE_CMP)
939+
#if defined(SL_MATTER_ZIGBEE_CMP) && defined(_SILICON_LABS_32B_SERIES_3)
940940
uint8_t channel = otLinkGetChannel(DeviceLayer::ThreadStackMgrImpl().OTInstance());
941941
Zigbee::RequestStart(channel); // leave handle internally
942942
#elif defined(SL_MATTER_ZIGBEE_SEQUENTIAL) // Matter Zigbee sequential

0 commit comments

Comments
 (0)