Skip to content

Commit 47c4d1c

Browse files
committed
Modify region code in wlan config for module boards(brd4343a)
1 parent 3d2debf commit 47c4d1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/platform/silabs/SiWx917/SiWx917/sl_wlan_config.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ static const sl_wifi_device_configuration_t config = {
4141
.boot_option = LOAD_NWP_FW,
4242
.mac_address = NULL,
4343
.band = SL_SI91X_WIFI_BAND_2_4GHZ,
44-
.region_code = US,
44+
.region_code = REGION_CODE,
4545
.boot_config = { .oper_mode = SL_SI91X_CLIENT_MODE,
4646
.coex_mode = SL_SI91X_WLAN_BLE_MODE,
4747
.feature_bit_map =

0 commit comments

Comments
 (0)