Skip to content

Commit

Permalink
Added sl_enable_rgb_led in inside if-else of soc board condition
Browse files Browse the repository at this point in the history
  • Loading branch information
bhmanda-silabs committed Oct 21, 2024
1 parent 5ee977b commit 3ecca43
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions third_party/silabs/silabs_board.gni
Original file line number Diff line number Diff line change
Expand Up @@ -75,12 +75,11 @@ if (silabs_board == "") {

assert(silabs_board != "", "silabs_board must be specified")

if (silabs_board == "BRD2605A") {
sl_enable_rgb_led = true
}

# Si917 WIFI board ----------
if (silabs_board == "BRD4338A" || silabs_board == "BRD2605A") {
if (silabs_board == "BRD2605A") {
sl_enable_rgb_led = true
}
silabs_family = "SiWx917-common"
silabs_mcu = "SiWG917M111MGTBA"
wifi_soc = true
Expand Down

0 comments on commit 3ecca43

Please sign in to comment.