We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 356fd37 commit eed613cCopy full SHA for eed613c
1 file changed
source/postcard-rpc/src/host_client/raw_nusb/mod.rs
@@ -279,7 +279,7 @@ where
279
tracing::debug!("IN EP: {ep_in}");
280
281
let tx = _impl::make_tx_impl(&interface, ep_out, mps)?;
282
- let rx = _impl::make_rx_impl(&interface, ep_out)?;
+ let rx = _impl::make_rx_impl(&interface, ep_in)?;
283
284
Ok(HostClient::new_with_wire(
285
tx,
0 commit comments