Skip to content

Commit

Permalink
Fix EFR32
Browse files Browse the repository at this point in the history
  • Loading branch information
mbknust committed Jun 18, 2024
1 parent f7c1423 commit 0c9a960
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build/chip/chip_test_suite.gni
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,8 @@ template("chip_test_suite") {

deps = [ dir_pw_unit_test ]

if (current_os != "zephyr" && current_os != "mbed") {
if (current_os != "zephyr" && current_os != "mbed" &&
chip_device_platform != "efr32") {
# Depend on stdio logging, and have it take precedence over the default platform backend
public_deps += [ "${chip_root}/src/platform/logging:stdio" ]
} else {
Expand Down

0 comments on commit 0c9a960

Please sign in to comment.