aboutsummaryrefslogtreecommitdiff
path: root/embassy-stm32/src/exti.rs
diff options
context:
space:
mode:
Diffstat (limited to 'embassy-stm32/src/exti.rs')
-rw-r--r--embassy-stm32/src/exti.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/embassy-stm32/src/exti.rs b/embassy-stm32/src/exti.rs
index 7b7896d46..458174b5d 100644
--- a/embassy-stm32/src/exti.rs
+++ b/embassy-stm32/src/exti.rs
@@ -74,7 +74,7 @@ unsafe fn on_irq() {
74 } 74 }
75 75
76 #[cfg(feature = "low-power")] 76 #[cfg(feature = "low-power")]
77 crate::low_power::Executor::on_wakeup_irq(); 77 crate::low_power::Executor::on_wakeup_irq_or_event();
78} 78}
79 79
80struct BitIter(u32); 80struct BitIter(u32);