diff options
| author | Romain Goyet <[email protected]> | 2024-09-04 18:06:46 -0400 |
|---|---|---|
| committer | Dario Nieuwenhuis <[email protected]> | 2024-09-11 01:18:52 +0200 |
| commit | b449e04a88d76b41aae91d98bd66bf2754637d03 (patch) | |
| tree | 842709b4ace15856b92404f3395dce9766bb307b /embassy-stm32/src/lptim | |
| parent | 3b8859653e4028c194ceed9432a4f76c3c856816 (diff) | |
stm32: Temporary fix around incomplete stm32-metapac
Diffstat (limited to 'embassy-stm32/src/lptim')
| -rw-r--r-- | embassy-stm32/src/lptim/mod.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/embassy-stm32/src/lptim/mod.rs b/embassy-stm32/src/lptim/mod.rs index baedf9fe2..327a1d44b 100644 --- a/embassy-stm32/src/lptim/mod.rs +++ b/embassy-stm32/src/lptim/mod.rs | |||
| @@ -35,7 +35,7 @@ pub(crate) trait SealedInstance: RccPeripheral { | |||
| 35 | #[allow(private_bounds)] | 35 | #[allow(private_bounds)] |
| 36 | pub trait Instance: SealedInstance + 'static {} | 36 | pub trait Instance: SealedInstance + 'static {} |
| 37 | foreach_interrupt! { | 37 | foreach_interrupt! { |
| 38 | ($inst:ident, lptim, LPTIM_ADV, UP, $irq:ident) => { | 38 | ($inst:ident, lptim, LPTIM_ADV, GLOBAL, $irq:ident) => { |
| 39 | impl SealedInstance for crate::peripherals::$inst { | 39 | impl SealedInstance for crate::peripherals::$inst { |
| 40 | fn regs() -> crate::pac::lptim::LptimAdv { | 40 | fn regs() -> crate::pac::lptim::LptimAdv { |
| 41 | crate::pac::$inst | 41 | crate::pac::$inst |
