diff options
| author | xoviat <[email protected]> | 2023-08-29 19:44:43 -0500 |
|---|---|---|
| committer | xoviat <[email protected]> | 2023-08-29 19:44:43 -0500 |
| commit | 21681d8b4ee392ce3b4f68be76b6096abe104ad3 (patch) | |
| tree | 8634156c82d538281cd0bb7f26e5cba1729c77c9 /embassy-stm32/src/rtc/v2.rs | |
| parent | 989c98f316df3cde4512066e3682debb47d48161 (diff) | |
rustfmt
Diffstat (limited to 'embassy-stm32/src/rtc/v2.rs')
| -rw-r--r-- | embassy-stm32/src/rtc/v2.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/embassy-stm32/src/rtc/v2.rs b/embassy-stm32/src/rtc/v2.rs index 63d9f09e7..482b6e75d 100644 --- a/embassy-stm32/src/rtc/v2.rs +++ b/embassy-stm32/src/rtc/v2.rs | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | use stm32_metapac::rtc::vals::{Init, Osel, Pol}; | 1 | use stm32_metapac::rtc::vals::{Init, Osel, Pol}; |
| 2 | 2 | ||
| 3 | use super::{sealed, RtcConfig}; | 3 | use super::sealed; |
| 4 | use crate::pac::rtc::Rtc; | 4 | use crate::pac::rtc::Rtc; |
| 5 | use crate::peripherals::RTC; | 5 | use crate::peripherals::RTC; |
| 6 | use crate::rtc::sealed::Instance; | 6 | use crate::rtc::sealed::Instance; |
