Skip to content

Commit

Permalink
Modify region code in wlan config for module boards(brd4343a)
Browse files Browse the repository at this point in the history
  • Loading branch information
arun-silabs committed Oct 24, 2024
1 parent 3d2debf commit 47c4d1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/platform/silabs/SiWx917/SiWx917/sl_wlan_config.h
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ static const sl_wifi_device_configuration_t config = {
.boot_option = LOAD_NWP_FW,
.mac_address = NULL,
.band = SL_SI91X_WIFI_BAND_2_4GHZ,
.region_code = US,
.region_code = REGION_CODE,
.boot_config = { .oper_mode = SL_SI91X_CLIENT_MODE,
.coex_mode = SL_SI91X_WLAN_BLE_MODE,
.feature_bit_map =
Expand Down

0 comments on commit 47c4d1c

Please sign in to comment.