aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--embassy-stm32/src/rcc/h7/mod.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/embassy-stm32/src/rcc/h7/mod.rs b/embassy-stm32/src/rcc/h7/mod.rs
index bd133dc7e..11f8ec898 100644
--- a/embassy-stm32/src/rcc/h7/mod.rs
+++ b/embassy-stm32/src/rcc/h7/mod.rs
@@ -19,6 +19,7 @@ pub struct Clocks {
19 pub apb2: Hertz, 19 pub apb2: Hertz,
20 pub apb4: Hertz, 20 pub apb4: Hertz,
21 pub ahb2: Hertz, 21 pub ahb2: Hertz,
22 pub c1: Hertz,
22} 23}
23 24
24const HSI: Hertz = Hertz(64_000_000); 25const HSI: Hertz = Hertz(64_000_000);