Skip to content

Commit

Permalink
fixing restyled issue
Browse files Browse the repository at this point in the history
  • Loading branch information
senthilku committed Jan 8, 2025
1 parent 7bd0a4a commit 5fdf008
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion third_party/silabs/silabs_board.gni
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ assert(silabs_board != "", "silabs_board must be specified")

# Si917 WIFI board ----------
if (silabs_board == "BRD4338A" || silabs_board == "BRD2605A" ||
silabs_board == "BRD4343A" || silabs_board == "BRD4342A" ) {
silabs_board == "BRD4343A" || silabs_board == "BRD4342A") {
if (silabs_board == "BRD2605A") {
sl_enable_rgb_led = true
}
Expand Down

0 comments on commit 5fdf008

Please sign in to comment.