Fix rustfmt
This commit is contained in:
parent
63a0e188ea
commit
d0f2dc3abd
1 changed files with 3 additions and 3 deletions
|
@ -1,12 +1,12 @@
|
|||
use core::marker::PhantomData;
|
||||
use core::future::Future;
|
||||
use futures::TryFutureExt;
|
||||
use core::marker::PhantomData;
|
||||
use embassy::util::Unborrow;
|
||||
use embassy_extras::unborrow;
|
||||
use futures::TryFutureExt;
|
||||
|
||||
use crate::pac::usart::{regs, vals};
|
||||
use super::*;
|
||||
use crate::dma::NoDma;
|
||||
use crate::pac::usart::{regs, vals};
|
||||
|
||||
pub struct Uart<'d, T: Instance, TxDma = NoDma, RxDma = NoDma> {
|
||||
inner: T,
|
||||
|
|
Loading…
Reference in a new issue