aboutsummaryrefslogtreecommitdiff
path: root/embassy-stm32
diff options
context:
space:
mode:
authorMichael Medin <[email protected]>2025-04-28 18:52:03 +0200
committerMichael Medin <[email protected]>2025-04-28 18:52:03 +0200
commita94cc79b9b5e01f7b207947a1dfa30432e508a9c (patch)
treec95c2a59c68f93f0737de05d99bb95f8b48a0b6f /embassy-stm32
parent1d578f5a7e1fe2b676f36b1960a93af899418c91 (diff)
removed unused import
Diffstat (limited to 'embassy-stm32')
-rw-r--r--embassy-stm32/src/rcc/mod.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/embassy-stm32/src/rcc/mod.rs b/embassy-stm32/src/rcc/mod.rs
index 22bec6d1a..3c00d5dfb 100644
--- a/embassy-stm32/src/rcc/mod.rs
+++ b/embassy-stm32/src/rcc/mod.rs
@@ -34,7 +34,6 @@ pub use _version::*;
34use stm32_metapac::RCC; 34use stm32_metapac::RCC;
35 35
36pub use crate::_generated::{mux, Clocks}; 36pub use crate::_generated::{mux, Clocks};
37use crate::rcc;
38use crate::time::Hertz; 37use crate::time::Hertz;
39 38
40#[cfg(feature = "low-power")] 39#[cfg(feature = "low-power")]