aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlf Lilleengen <[email protected]>2021-06-11 17:58:58 +0200
committerUlf Lilleengen <[email protected]>2021-06-14 11:33:11 +0200
commita13e07625fb191145d4dcb13b1dac9f4ef86bb8c (patch)
treedfcf8d5fa88f2f276be3272d7baecc5ff0c35da7
parent0b52731897322ed7e002a713bd6eab6a59c15ebc (diff)
Add ... c1?
-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);