Skip to content

Commit

Permalink
Streamline printing 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 9cd69d7 commit b3976c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions third_party/silabs/silabs_board.gni
Original file line number Diff line number Diff line change
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 config custom board")
assert(silabs_mcu != "", "Must specify silabs_mcu to config custom board")
assert(silabs_family != "", "Must specify silabs_family for custom board")
assert(silabs_mcu != "", "Must specify silabs_mcu for custom board")
} else {
assert(
false,
Expand Down

0 comments on commit b3976c8

Please sign in to comment.