Skip to content

Commit

Permalink
Restyled by gn
Browse files Browse the repository at this point in the history
  • Loading branch information
restyled-commits authored and silabs-srishylam committed Aug 30, 2023
1 parent 7e0d3ae commit ffb3123
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions third_party/silabs/SiWx917_sdk.gni
Original file line number Diff line number Diff line change
Expand Up @@ -164,17 +164,15 @@ template("siwx917_sdk") {
]

if (silabs_board == "BRD4325B") {
defines += [
"DUAL_FLASH_EN",
]
defines += [ "DUAL_FLASH_EN" ]
}
if (wifi_soc_common_flash) {
defines += [
"CHIP_917B0 = 1",
"COMMON_FLASH_EN=1",
"EXECUTION_FROM_RAM",
]
if(silabs_board == "BRD4338A") {
if (silabs_board == "BRD4338A") {
defines += [ "SI917_RADIO_BOARD_V2=1" ]
}
}
Expand Down

0 comments on commit ffb3123

Please sign in to comment.