aboutsummaryrefslogtreecommitdiff
path: root/pw_hdlc/public/pw_hdlc/rpc_packets.h
diff options
context:
space:
mode:
Diffstat (limited to 'pw_hdlc/public/pw_hdlc/rpc_packets.h')
-rw-r--r--pw_hdlc/public/pw_hdlc/rpc_packets.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/pw_hdlc/public/pw_hdlc/rpc_packets.h b/pw_hdlc/public/pw_hdlc/rpc_packets.h
index d22137c99..d52ef2c5e 100644
--- a/pw_hdlc/public/pw_hdlc/rpc_packets.h
+++ b/pw_hdlc/public/pw_hdlc/rpc_packets.h
@@ -27,8 +27,7 @@ inline constexpr uint8_t kDefaultRpcAddress = 'R';
// Reads HDLC frames with sys_io::ReadByte, using decode_buffer to store frames.
// HDLC frames sent to rpc_address are passed to the RPC server.
Status ReadAndProcessPackets(rpc::Server& server,
- rpc::ChannelOutput& output,
- std::span<std::byte> decode_buffer,
+ span<std::byte> decode_buffer,
unsigned rpc_address = kDefaultRpcAddress);
} // namespace pw::hdlc