From 0b8570541982ded919b6cbed3af890fd8d17ae80 Mon Sep 17 00:00:00 2001 From: Prashanth Swaminathan Date: Thu, 17 Sep 2020 15:03:54 -0700 Subject: [PATCH] pw_plugins: Add RPC console to plugins Change-Id: Ib0a5b56735a3ed767149246bebc14ba73cbcfb4f Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/18350 Reviewed-by: Wyatt Hepler Commit-Queue: Keir Mierle --- PW_PLUGINS | 1 + 1 file changed, 1 insertion(+) diff --git a/PW_PLUGINS b/PW_PLUGINS index 4dcd0a167..d789bf886 100644 --- a/PW_PLUGINS +++ b/PW_PLUGINS @@ -13,3 +13,4 @@ # Pigweed's presubmit check script presubmit pw_presubmit.pigweed_presubmit main heap-viewer pw_allocator.heap_viewer main +rpc pw_hdlc_lite.rpc_console main