Skip to content

Commit 21cef58

Browse files
committed
bazel fixes
1 parent 8b3c94f commit 21cef58

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

test/pico_sync_test/BUILD.bazel

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ cc_binary(
1212
],
1313
target_compatible_with = compatible_with_rp2(),
1414
deps = [
15-
"//src/rp2_common/pico_multicore",
1615
"//src/common/pico_sync",
16+
"//src/rp2_common/pico_multicore",
1717
"//test/pico_test",
1818
] + select({
1919
"//bazel/constraint:host": ["//src/host/pico_stdlib"],
@@ -27,8 +27,8 @@ cc_binary(
2727
srcs = ["pico_sync_test.c"],
2828
target_compatible_with = ["//bazel/constraint:rp2350"],
2929
deps = [
30-
"//src/rp2_common/pico_multicore",
3130
"//src/common/pico_sync",
31+
"//src/rp2_common/pico_multicore",
3232
"//test/pico_test",
3333
] + select({
3434
"//bazel/constraint:host": ["//src/host/pico_stdlib"],

0 commit comments

Comments
 (0)