Skip to content

Commit 4a91932

Browse files
committed
fmt
1 parent c49398a commit 4a91932

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

embassy-stm32/src/rtc/low_power.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
use crate::pac::rtc::vals::Wucksel;
21
#[cfg(feature = "time")]
32
use embassy_time::{Duration, TICK_HZ};
43

54
use super::{DateTimeError, Rtc, RtcError, bcd2_to_byte};
65
use crate::interrupt::typelevel::Interrupt;
6+
use crate::pac::rtc::vals::Wucksel;
77
use crate::peripherals::RTC;
88
use crate::rtc::{RtcTimeProvider, SealedInstance};
99

0 commit comments

Comments
 (0)