We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d2debf commit 47c4d1cCopy full SHA for 47c4d1c
examples/platform/silabs/SiWx917/SiWx917/sl_wlan_config.h
@@ -41,7 +41,7 @@ static const sl_wifi_device_configuration_t config = {
41
.boot_option = LOAD_NWP_FW,
42
.mac_address = NULL,
43
.band = SL_SI91X_WIFI_BAND_2_4GHZ,
44
- .region_code = US,
+ .region_code = REGION_CODE,
45
.boot_config = { .oper_mode = SL_SI91X_CLIENT_MODE,
46
.coex_mode = SL_SI91X_WLAN_BLE_MODE,
47
.feature_bit_map =
0 commit comments