Skip to content

Commit

Permalink
Fixed typo in DMA2/ADCx traits
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidTheFighter committed Dec 11, 2022
1 parent 5928819 commit a2bed75
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/dma/traits.rs
Original file line number Diff line number Diff line change
Expand Up @@ -870,8 +870,8 @@ dma_map!(
(Stream2<DMA2>, 1, pac::ADC2, PeripheralToMemory), //ADC2
(Stream3<DMA2>, 1, pac::ADC2, PeripheralToMemory), //ADC2
(Stream7<DMA2>, 1, pac::DCMI, PeripheralToMemory), //DCMI
(Stream2<DMA2>, 1, Adc<pac::ADC3>, PeripheralToMemory), //ADC2
(Stream3<DMA2>, 1, Adc<pac::ADC3>, PeripheralToMemory), //ADC2
(Stream2<DMA2>, 1, Adc<pac::ADC2>, PeripheralToMemory), //ADC2
(Stream3<DMA2>, 1, Adc<pac::ADC2>, PeripheralToMemory), //ADC2
(Stream0<DMA2>, 2, Adc<pac::ADC3>, PeripheralToMemory), //ADC3
(Stream1<DMA2>, 2, Adc<pac::ADC3>, PeripheralToMemory), //ADC3
);
Expand Down

0 comments on commit a2bed75

Please sign in to comment.