aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorxoviat <[email protected]>2023-08-28 16:17:42 -0500
committerxoviat <[email protected]>2023-08-28 16:17:42 -0500
commit6b8b145266faaa06f6483ccb8d227c8060c9a46d (patch)
tree0984a184d5a2600e95d9fc10d9d54391a7d877be
parente07f9435624ea739282665d09fe0f996c71ef54c (diff)
stm32: revert changes to rcc f4
-rw-r--r--embassy-stm32/src/rcc/f4.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/embassy-stm32/src/rcc/f4.rs b/embassy-stm32/src/rcc/f4.rs
index d8b689e41..10d3322aa 100644
--- a/embassy-stm32/src/rcc/f4.rs
+++ b/embassy-stm32/src/rcc/f4.rs
@@ -17,7 +17,7 @@ use crate::{peripherals, Peripheral};
17pub const HSI_FREQ: Hertz = Hertz(16_000_000); 17pub const HSI_FREQ: Hertz = Hertz(16_000_000);
18 18
19/// LSI speed 19/// LSI speed
20pub const LSI_FREQ: Hertz = Hertz(32_768); 20pub const LSI_FREQ: Hertz = Hertz(32_000);
21 21
22/// Clocks configuration 22/// Clocks configuration
23#[non_exhaustive] 23#[non_exhaustive]