Update examples
This commit is contained in:
parent
8f7bb570ae
commit
ed84d753c7
1 changed files with 1 additions and 1 deletions
|
@ -21,8 +21,8 @@ async fn main(_spawner: Spawner, p: Peripherals) {
|
||||||
p.PC10,
|
p.PC10,
|
||||||
p.PC12,
|
p.PC12,
|
||||||
p.PC11,
|
p.PC11,
|
||||||
p.DMA1_CH0,
|
|
||||||
p.DMA1_CH1,
|
p.DMA1_CH1,
|
||||||
|
p.DMA1_CH2,
|
||||||
Hertz(1_000_000),
|
Hertz(1_000_000),
|
||||||
Config::default(),
|
Config::default(),
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in a new issue