diff options
| author | Christian Enderle <[email protected]> | 2024-11-21 19:49:32 +0100 |
|---|---|---|
| committer | Christian Enderle <[email protected]> | 2024-11-22 10:37:12 +0100 |
| commit | 1fbb419f72a2663b472f31ae1e172bec0e4e6d1a (patch) | |
| tree | 91627d03c3953eccd533ee05d104be70dc1cde98 /embassy-stm32/src/rtc/v3.rs | |
| parent | a49289ce7be3e0d213d26acc1055c37bcb98f4ba (diff) | |
low-power: add support for stop for stm32u0
Diffstat (limited to 'embassy-stm32/src/rtc/v3.rs')
| -rw-r--r-- | embassy-stm32/src/rtc/v3.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/embassy-stm32/src/rtc/v3.rs b/embassy-stm32/src/rtc/v3.rs index d543955a4..de2c202bc 100644 --- a/embassy-stm32/src/rtc/v3.rs +++ b/embassy-stm32/src/rtc/v3.rs | |||
| @@ -139,7 +139,7 @@ impl SealedInstance for crate::peripherals::RTC { | |||
| 139 | const EXTI_WAKEUP_LINE: usize = 17; | 139 | const EXTI_WAKEUP_LINE: usize = 17; |
| 140 | } | 140 | } |
| 141 | ); | 141 | ); |
| 142 | 142 | ||
| 143 | #[cfg(feature = "low-power")] | 143 | #[cfg(feature = "low-power")] |
| 144 | cfg_if::cfg_if!( | 144 | cfg_if::cfg_if!( |
| 145 | if #[cfg(stm32g4)] { | 145 | if #[cfg(stm32g4)] { |
