Removed unnecessary space
This commit is contained in:
parent
ab7fcf1d5b
commit
7d3eb6463a
@ -352,7 +352,6 @@ impl<'d, U: UarteInstance, T: TimerInstance> BufferedUarte<'d, U, T> {
|
|||||||
|
|
||||||
s.rx_ppi_ch.store(ppi_ch2.number() as u8, Ordering::Relaxed);
|
s.rx_ppi_ch.store(ppi_ch2.number() as u8, Ordering::Relaxed);
|
||||||
let mut ppi_group = PpiGroup::new(ppi_group);
|
let mut ppi_group = PpiGroup::new(ppi_group);
|
||||||
|
|
||||||
let mut ppi_ch2 = Ppi::new_one_to_two(
|
let mut ppi_ch2 = Ppi::new_one_to_two(
|
||||||
ppi_ch2,
|
ppi_ch2,
|
||||||
Event::from_reg(&r.events_endrx),
|
Event::from_reg(&r.events_endrx),
|
||||||
|
Loading…
Reference in New Issue
Block a user