diff options
| -rw-r--r-- | embassy-stm32/src/rcc/f4.rs | 2 |
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}; | |||
| 17 | pub const HSI_FREQ: Hertz = Hertz(16_000_000); | 17 | pub const HSI_FREQ: Hertz = Hertz(16_000_000); |
| 18 | 18 | ||
| 19 | /// LSI speed | 19 | /// LSI speed |
| 20 | pub const LSI_FREQ: Hertz = Hertz(32_768); | 20 | pub const LSI_FREQ: Hertz = Hertz(32_000); |
| 21 | 21 | ||
| 22 | /// Clocks configuration | 22 | /// Clocks configuration |
| 23 | #[non_exhaustive] | 23 | #[non_exhaustive] |
