diff options
| author | Dario Nieuwenhuis <[email protected]> | 2024-04-29 22:02:37 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-04-29 22:02:37 +0000 |
| commit | e6d90b18c0bb4d3b02ecf73ee682e5892fe83b14 (patch) | |
| tree | c4db46ebe52c160d118fe67620b41d4d551488c7 /tests/stm32/src/bin | |
| parent | 2410e91785b318283f6e8b3cf9de1738ab064bd8 (diff) | |
| parent | 1ed2a0504aba38e4b404c776808ee5229cd72615 (diff) | |
Merge pull request #2889 from embassy-rs/update-metapac-42
stm32: update metapac. Adds U5 LPDMA, fixes ADC_COMMONs.
Diffstat (limited to 'tests/stm32/src/bin')
| -rw-r--r-- | tests/stm32/src/bin/dac_l1.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/stm32/src/bin/dac_l1.rs b/tests/stm32/src/bin/dac_l1.rs index f8b00aaef..d5e9c9722 100644 --- a/tests/stm32/src/bin/dac_l1.rs +++ b/tests/stm32/src/bin/dac_l1.rs | |||
| @@ -19,7 +19,7 @@ use micromath::F32Ext; | |||
| 19 | use {defmt_rtt as _, panic_probe as _}; | 19 | use {defmt_rtt as _, panic_probe as _}; |
| 20 | 20 | ||
| 21 | bind_interrupts!(struct Irqs { | 21 | bind_interrupts!(struct Irqs { |
| 22 | ADC1 => embassy_stm32::adc::InterruptHandler<peripherals::ADC>; | 22 | ADC1 => embassy_stm32::adc::InterruptHandler<peripherals::ADC1>; |
| 23 | }); | 23 | }); |
| 24 | 24 | ||
| 25 | #[embassy_executor::main] | 25 | #[embassy_executor::main] |
