Skip to content

Commit 39927c1

Browse files
[SL-ONLY] re-enable channel steering for series2. update the ifdef condition (#187)
1 parent ac2c610 commit 39927c1

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
@@ -961,7 +961,7 @@ void BaseApplication::OnPlatformEvent(const ChipDeviceEvent * event, intptr_t)
961961

962962
// SL-Only
963963
#ifdef SL_CATALOG_ZIGBEE_STACK_COMMON_PRESENT
964-
#if defined(SL_MATTER_ZIGBEE_CMP)
964+
#if defined(SL_MATTER_ZIGBEE_CMP) && !defined(SL_CATALOG_RAIL_UTIL_IEEE802154_FAST_CHANNEL_SWITCHING_PRESENT)
965965
uint8_t channel = otLinkGetChannel(DeviceLayer::ThreadStackMgrImpl().OTInstance());
966966
Zigbee::RequestStart(channel); // leave handle internally
967967
#elif defined(SL_MATTER_ZIGBEE_SEQUENTIAL) // Matter Zigbee sequential

0 commit comments

Comments
 (0)