diff options
| author | xoviat <[email protected]> | 2025-11-14 15:51:05 -0600 |
|---|---|---|
| committer | xoviat <[email protected]> | 2025-11-14 15:51:05 -0600 |
| commit | 4a919328dea682f29ae469cc7b0d47116647e74b (patch) | |
| tree | 82f58132f2be1af8df4bd6421885899c6e6bf78b | |
| parent | c49398adfcb7d6c874f37ec00eba89e416712c50 (diff) | |
fmt
| -rw-r--r-- | embassy-stm32/src/rtc/low_power.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/embassy-stm32/src/rtc/low_power.rs b/embassy-stm32/src/rtc/low_power.rs index 264b0b795..f049d6b12 100644 --- a/embassy-stm32/src/rtc/low_power.rs +++ b/embassy-stm32/src/rtc/low_power.rs | |||
| @@ -1,9 +1,9 @@ | |||
| 1 | use crate::pac::rtc::vals::Wucksel; | ||
| 2 | #[cfg(feature = "time")] | 1 | #[cfg(feature = "time")] |
| 3 | use embassy_time::{Duration, TICK_HZ}; | 2 | use embassy_time::{Duration, TICK_HZ}; |
| 4 | 3 | ||
| 5 | use super::{DateTimeError, Rtc, RtcError, bcd2_to_byte}; | 4 | use super::{DateTimeError, Rtc, RtcError, bcd2_to_byte}; |
| 6 | use crate::interrupt::typelevel::Interrupt; | 5 | use crate::interrupt::typelevel::Interrupt; |
| 6 | use crate::pac::rtc::vals::Wucksel; | ||
| 7 | use crate::peripherals::RTC; | 7 | use crate::peripherals::RTC; |
| 8 | use crate::rtc::{RtcTimeProvider, SealedInstance}; | 8 | use crate::rtc::{RtcTimeProvider, SealedInstance}; |
| 9 | 9 | ||
