aboutsummaryrefslogtreecommitdiff
path: root/pw_unit_test
diff options
context:
space:
mode:
authorAustin Foxley <afoxley@google.com>2024-01-18 19:46:40 +0000
committerCQ Bot Account <pigweed-scoped@luci-project-accounts.iam.gserviceaccount.com>2024-01-18 19:46:40 +0000
commitfd1e0b737fdd7ab2c2aaefd35b50b99448942f50 (patch)
tree986d5d9bc0832a8c8cb30751428161cf8a3d81fd /pw_unit_test
parent407998efe3bc816428e60b7c0804745dc49f74f6 (diff)
downloadpigweed-fd1e0b737fdd7ab2c2aaefd35b50b99448942f50.tar.gz
pw_hdlc: Remove unused rpc packet processor target
Make new header for centralizing commonly used HDLC frame addresses. This was the only part of the 'rpc_packets.h' header that was actually used in code. The function in that header was only referenced in docs, so that instance was updated. This also fixes an unneeded dependency on pw_sys_io for all users wanting to reference the common HDLC frame address values. Change-Id: Id66a19be91c4b08f48c8f061c7533fff228c64b6 Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/188233 Reviewed-by: Jonathon Reinhart <jrreinhart@google.com> Commit-Queue: Austin Foxley <afoxley@google.com> Presubmit-Verified: CQ Bot Account <pigweed-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Wyatt Hepler <hepler@google.com>
Diffstat (limited to 'pw_unit_test')
-rw-r--r--pw_unit_test/BUILD.bazel2
1 files changed, 1 insertions, 1 deletions
diff --git a/pw_unit_test/BUILD.bazel b/pw_unit_test/BUILD.bazel
index 70c987572..cb20a71e0 100644
--- a/pw_unit_test/BUILD.bazel
+++ b/pw_unit_test/BUILD.bazel
@@ -303,7 +303,7 @@ cc_library(
deps = [
":pw_unit_test",
":rpc_service",
- "//pw_hdlc:pw_rpc",
+ "//pw_hdlc:default_addresses",
"//pw_log",
"//pw_rpc",
"//pw_rpc/system_server",