aboutsummaryrefslogtreecommitdiff
path: root/pw_sys_io_rp2040/BUILD.bazel
diff options
context:
space:
mode:
Diffstat (limited to 'pw_sys_io_rp2040/BUILD.bazel')
-rw-r--r--pw_sys_io_rp2040/BUILD.bazel3
1 files changed, 2 insertions, 1 deletions
diff --git a/pw_sys_io_rp2040/BUILD.bazel b/pw_sys_io_rp2040/BUILD.bazel
index 5193076bd..9017aa7fd 100644
--- a/pw_sys_io_rp2040/BUILD.bazel
+++ b/pw_sys_io_rp2040/BUILD.bazel
@@ -35,6 +35,7 @@ pw_cc_library(
tags = ["manual"],
deps = [
"//pw_status",
- "//pw_sys_io",
+ "//pw_sys_io:default_putget_bytes",
+ "//pw_sys_io:facade",
],
)