We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 126778d commit 2a9a664Copy full SHA for 2a9a664
embassy-nxp/src/usart/lpc55.rs
@@ -337,7 +337,6 @@ impl<'d> UsartRx<'d, Async> {
337
// Start a DMA transfer. If errors have happened in the interim some error
338
// interrupt flags will have been raised, and those will be picked up immediately
339
// by the interrupt handler.
340
-
341
// Channel can be unwrapped because UsartRx::new() takes Some() of DMA channel as an argument.
342
let ch = self.rx_dma.as_mut().unwrap().reborrow();
343
0 commit comments