aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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]