Skip to content

Commit

Permalink
pw_rpc: Update docs to reference FixedMtuChannelOutput
Browse files Browse the repository at this point in the history
Change-Id: If2a048d0d89d35ba2a8e5ed09db98e519790a11c
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/109376
Pigweed-Auto-Submit: Erik Gilling <[email protected]>
Reviewed-by: Anthony DiGirolamo <[email protected]>
Commit-Queue: Auto-Submit <[email protected]>
  • Loading branch information
konkers authored and CQ Bot Account committed Sep 8, 2022
1 parent 29952ed commit aa32c67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pw_rpc/docs.rst
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ channel output and the example service.
// pw_rpc server to use HDLC over UART; projects not using UART and HDLC must
// adapt this as necessary.
pw::stream::SysIoWriter writer;
pw::rpc::RpcChannelOutput<kMaxTransmissionUnit> hdlc_channel_output(
pw::rpc::FixedMtuChannelOutput<kMaxTransmissionUnit> hdlc_channel_output(
writer, pw::hdlc::kDefaultRpcAddress, "HDLC output");
pw::rpc::Channel channels[] = {
Expand Down

0 comments on commit aa32c67

Please sign in to comment.