Skip to content

Commit

Permalink
Restyled to Make Pretty
Browse files Browse the repository at this point in the history
  • Loading branch information
fuxiaoming-lumi committed Sep 27, 2024
1 parent 5536952 commit 9cd69d7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions third_party/silabs/silabs_board.gni
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ declare_args() {

# Silabs mcu family used
silabs_family = ""

# Silabs mcu model used
silabs_mcu = ""

Expand Down Expand Up @@ -162,8 +162,8 @@ if (silabs_board == "BRD4338A" || silabs_board == "BRD2605A") {
print("Using custom board configuration")
print("silabs_family:", silabs_family)
print("silabs_mcu:", silabs_mcu)
assert(silabs_family != "", "Must specify silabs_family to configure custom board")
assert(silabs_mcu != "", "Must specify silabs_mcu to configure custom board")
assert(silabs_family != "", "Must specify silabs_family to config custom board")
assert(silabs_mcu != "", "Must specify silabs_mcu to config custom board")
} else {
assert(
false,
Expand Down

0 comments on commit 9cd69d7

Please sign in to comment.