Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: mkardous-silabs <84793247+mkardous-silabs@users.noreply.github.com>
  • Loading branch information
jmartinez-silabs and mkardous-silabs authored Oct 12, 2023
1 parent e49bbca commit 36df9ad
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 @@ -144,7 +144,7 @@ if (silabs_board == "BRD4304A") {
} else if (silabs_board == "BRD4186A" || silabs_board == "BRD4187A") {
variant = string_replace(silabs_board, "A", "C")
print(
"${silabs_board} is deprecated, It is recommended to use the 'C' variant of this board (${variant})")
"${silabs_board} is deprecated. It is recommended to use the 'C' variant of this board (${variant})")
silabs_family = "efr32mg24"
silabs_mcu = "EFR32MG24A010F1536GM48"
} else if (silabs_board == "BRD4186C") {
Expand Down Expand Up @@ -206,7 +206,7 @@ if (silabs_board == "BRD4304A") {
} else {
assert(
false,
"The board ${silabs_board} is unsupported, A list of supported board can be found here https://t.ly/_b3SK")
"The board ${silabs_board} is unsupported. A list of supported board can be found here https://t.ly/_b3SK")
}

# qr code cannot be true if lcd is disabled
Expand Down

0 comments on commit 36df9ad

Please sign in to comment.