Skip to content

Commit 8348b26

Browse files
committed
Fix EFR32
1 parent ec62974 commit 8348b26

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build/chip/chip_test_suite.gni

+2-1
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,8 @@ template("chip_test_suite") {
9494

9595
deps = [ dir_pw_unit_test ]
9696

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

0 commit comments

Comments
 (0)