We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b3c94f commit 21cef58Copy full SHA for 21cef58
1 file changed
test/pico_sync_test/BUILD.bazel
@@ -12,8 +12,8 @@ cc_binary(
12
],
13
target_compatible_with = compatible_with_rp2(),
14
deps = [
15
- "//src/rp2_common/pico_multicore",
16
"//src/common/pico_sync",
+ "//src/rp2_common/pico_multicore",
17
"//test/pico_test",
18
] + select({
19
"//bazel/constraint:host": ["//src/host/pico_stdlib"],
@@ -27,8 +27,8 @@ cc_binary(
27
srcs = ["pico_sync_test.c"],
28
target_compatible_with = ["//bazel/constraint:rp2350"],
29
30
31
32
33
34
0 commit comments