Skip to content

Commit 8076690

Browse files
authored
Add brd4357a support. (project-chip#36949)
1 parent 6e4ed35 commit 8076690

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/platform/silabs/wifi/SiWx/WifiInterface.cpp

+3-3
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,9 @@ extern "C" {
7777
#include "sl_si91x_power_manager.h"
7878
#endif // CHIP_CONFIG_ENABLE_ICD_SERVER && SLI_SI91X_MCU_INTERFACE
7979

80-
// Temmporary work-around for wifi-init failure in ACX modules with WiseConnect v3.3.3. This can be removed after integrating with
81-
// WiseConnect v3.4.0
82-
#if (SL_SI91X_ACX_MODULE == 1)
80+
// TODO : Temporary work-around for wifi-init failure in 917NCP and 917SOC ACX module boards.
81+
// Can be removed after Wiseconnect fixes region code for all ACX module boards.
82+
#if (SL_SI91X_ACX_MODULE == 1) || defined(EXP_BOARD)
8383
#define REGION_CODE IGNORE_REGION
8484
#else
8585
#define REGION_CODE US

0 commit comments

Comments
 (0)