stm32: revert changes to rcc f4

This commit is contained in:
xoviat 2023-08-28 16:17:42 -05:00
parent e07f943562
commit 6b8b145266

View file

@ -17,7 +17,7 @@ use crate::{peripherals, Peripheral};
pub const HSI_FREQ: Hertz = Hertz(16_000_000);
/// LSI speed
pub const LSI_FREQ: Hertz = Hertz(32_768);
pub const LSI_FREQ: Hertz = Hertz(32_000);
/// Clocks configuration
#[non_exhaustive]