Skip to content

Commit 893258e

Browse files
[SL-ONLY] re-enable channel steering for series2. update the ifdef condition (#187)
1 parent 3e1f69a commit 893258e

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
@@ -958,7 +958,7 @@ void BaseApplication::OnPlatformEvent(const ChipDeviceEvent * event, intptr_t)
958958
#endif /* CHIP_CONFIG_ENABLE_ICD_SERVER && RS911X_WIFI */
959959
// SL-Only
960960
#ifdef SL_CATALOG_ZIGBEE_STACK_COMMON_PRESENT
961-
#if defined(SL_MATTER_ZIGBEE_CMP)
961+
#if defined(SL_MATTER_ZIGBEE_CMP) && !defined(SL_CATALOG_RAIL_UTIL_IEEE802154_FAST_CHANNEL_SWITCHING_PRESENT)
962962
uint8_t channel = otLinkGetChannel(DeviceLayer::ThreadStackMgrImpl().OTInstance());
963963
Zigbee::RequestStart(channel); // leave handle internally
964964
#elif defined(SL_MATTER_ZIGBEE_SEQUENTIAL) // Matter Zigbee sequential

0 commit comments

Comments
 (0)