diff options
| author | xoviat <[email protected]> | 2023-08-28 16:17:42 -0500 |
|---|---|---|
| committer | xoviat <[email protected]> | 2023-08-28 16:17:42 -0500 |
| commit | 6b8b145266faaa06f6483ccb8d227c8060c9a46d (patch) | |
| tree | 0984a184d5a2600e95d9fc10d9d54391a7d877be | |
| parent | e07f9435624ea739282665d09fe0f996c71ef54c (diff) | |
stm32: revert changes to rcc f4
| -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] |
