Format
This commit is contained in:
parent
9d71acc49e
commit
f87c497315
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ async fn main(_spawner: Spawner, p: Peripherals) -> ! {
|
|||
(p.PC12, p.PD2, p.PC8, p.PC9, p.PC10, p.PC11),
|
||||
irq,
|
||||
Default::default(),
|
||||
p.DMA2_CH3
|
||||
p.DMA2_CH3,
|
||||
);
|
||||
|
||||
// Should print 400kHz for initialization
|
||||
|
|
Loading…
Reference in a new issue