Skip to content

Commit 15f3212

Browse files
Added latest sdk_support pointer and resolved review comments
1 parent d670161 commit 15f3212

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

examples/platform/silabs/MatterConfig.cpp

+2-3
Original file line numberDiff line numberDiff line change
@@ -48,12 +48,11 @@
4848
// TODO: We shouldn't need any platform specific includes in this file
4949
#if (defined(SLI_SI91X_MCU_INTERFACE) && SLI_SI91X_MCU_INTERFACE == 1)
5050
#include <platform/silabs/SiWx917/SiWxPlatformInterface.h>
51-
#include <platform/silabs/wifi/wiseconnect-interface/WiseconnectWifiInterface.h>
5251
#endif // (defined(SLI_SI91X_MCU_INTERFACE) && SLI_SI91X_MCU_INTERFACE == 1 )
5352

54-
#if defined(EXP_BOARD))
53+
#if ((defined(SLI_SI91X_MCU_INTERFACE) && SLI_SI91X_MCU_INTERFACE == 1) || defined(EXP_BOARD))
5554
#include <platform/silabs/wifi/wiseconnect-interface/WiseconnectWifiInterface.h>
56-
#endif // defined(EXP_BOARD)
55+
#endif // ((defined(SLI_SI91X_MCU_INTERFACE) && SLI_SI91X_MCU_INTERFACE == 1) || defined(EXP_BOARD))
5756

5857
#include <crypto/CHIPCryptoPAL.h>
5958
// If building with the EFR32-provided crypto backend, we can use the

0 commit comments

Comments
 (0)