Skip to content

Commit

Permalink
Wi-fi cleanup: Code review.
Browse files Browse the repository at this point in the history
  • Loading branch information
rcasallas-silabs committed Mar 26, 2024
1 parent dc140d6 commit 628cd88
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions examples/platform/silabs/efr32/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,7 @@ if (chip_enable_wifi) {
import("${examples_plat_dir}/wifi/rs911x/rs911x.gni")
} else if (use_SiWx917) {
import("${examples_plat_dir}/wifi/rs911x/rs9117.gni")
}
if (use_wf200) {
} else if (use_wf200) {
import("${examples_plat_dir}/wifi/wf200/wf200.gni")
}
}
Expand Down

0 comments on commit 628cd88

Please sign in to comment.