Skip to content

Commit 45d455f

Browse files
committed
Attempt 2 to fix bazel build
1 parent 20b7b74 commit 45d455f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rp2_common/hardware_rcp/BUILD.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ cc_library(
77
hdrs = ["include/hardware/rcp.h"],
88
includes = ["include"],
99
target_compatible_with = compatible_with_rp2(),
10-
deps = ["//src/rp2_common:pico_platform"],
10+
deps = ["//src/rp2_common:pico_platform_internal"],
1111
)

0 commit comments

Comments
 (0)