diff options
| author | Felipe Balbi <[email protected]> | 2025-11-07 10:07:33 -0800 |
|---|---|---|
| committer | Felipe Balbi <[email protected]> | 2025-11-07 10:08:16 -0800 |
| commit | e75066820ad320495ca70570641c90d75247b19b (patch) | |
| tree | da2aeddb9164dbc2829b54185d1f180efbad6daf /src/rtc.rs | |
| parent | cb2ac2790f4b037056f9571abeb4d62360199426 (diff) | |
cargo +nightly fmt
Signed-off-by: Felipe Balbi <[email protected]>
Diffstat (limited to 'src/rtc.rs')
| -rw-r--r-- | src/rtc.rs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/rtc.rs b/src/rtc.rs index 5e3dfe6c1..d62da1f0a 100644 --- a/src/rtc.rs +++ b/src/rtc.rs | |||
| @@ -1,7 +1,8 @@ | |||
| 1 | //! RTC DateTime driver. | 1 | //! RTC DateTime driver. |
| 2 | use core::sync::atomic::{AtomicBool, Ordering}; | ||
| 3 | |||
| 2 | use crate::pac; | 4 | use crate::pac; |
| 3 | use crate::pac::rtc0::cr::Um; | 5 | use crate::pac::rtc0::cr::Um; |
| 4 | use core::sync::atomic::{AtomicBool, Ordering}; | ||
| 5 | 6 | ||
| 6 | type Regs = pac::rtc0::RegisterBlock; | 7 | type Regs = pac::rtc0::RegisterBlock; |
| 7 | 8 | ||
