Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Sarthak-Shaha committed Jan 30, 2025
1 parent 8a8570b commit f024c25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion third_party/silabs/efr32_sdk.gni
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ silabs_common_plat_dir = "${chip_root}/examples/platform/silabs"
silabs_platform_dir = "${chip_root}/src/platform/silabs"

is_series_2 = silabs_family == "mgm24" || silabs_family == "efr32mg24" ||
silabs_family == "efr32mg26"
silabs_family == "efr32mg26" || silabs_family == "mgm26"

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

Expand Down

0 comments on commit f024c25

Please sign in to comment.