Skip to content

Commit 2a9a664

Browse files
committed
rustfmt 3
1 parent 126778d commit 2a9a664

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

embassy-nxp/src/usart/lpc55.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,6 @@ impl<'d> UsartRx<'d, Async> {
337337
// Start a DMA transfer. If errors have happened in the interim some error
338338
// interrupt flags will have been raised, and those will be picked up immediately
339339
// by the interrupt handler.
340-
341340
// Channel can be unwrapped because UsartRx::new() takes Some() of DMA channel as an argument.
342341
let ch = self.rx_dma.as_mut().unwrap().reborrow();
343342

0 commit comments

Comments
 (0)