Skip to content

Commit

Permalink
fix argument duplication which is not needed.
Browse files Browse the repository at this point in the history
  • Loading branch information
jmartinez-silabs committed Aug 12, 2024
1 parent 8b78a08 commit 37d15c3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions third_party/silabs/SiWx917_sdk.gni
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,6 @@ declare_args() {

# enable 917 SoC M4 sleep wakeup
si917_m4_sleep_enabled = false

# Factory Provision storage
use_flash_storage = true
}

# Defines an siwx917 SDK build target.
Expand Down
2 changes: 1 addition & 1 deletion third_party/silabs/efr32_sdk.gni
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ declare_args() {
chip_enable_ota_custom_tlv_testing = false

# Factory Provision storage
use_flash_storage = false
use_flash_storage = wifi_soc
}

examples_plat_dir = "${chip_root}/examples/platform/silabs/efr32"
Expand Down

0 comments on commit 37d15c3

Please sign in to comment.