stm32: revert changes to rcc f4
This commit is contained in:
parent
e07f943562
commit
6b8b145266
@ -17,7 +17,7 @@ use crate::{peripherals, Peripheral};
|
|||||||
pub const HSI_FREQ: Hertz = Hertz(16_000_000);
|
pub const HSI_FREQ: Hertz = Hertz(16_000_000);
|
||||||
|
|
||||||
/// LSI speed
|
/// LSI speed
|
||||||
pub const LSI_FREQ: Hertz = Hertz(32_768);
|
pub const LSI_FREQ: Hertz = Hertz(32_000);
|
||||||
|
|
||||||
/// Clocks configuration
|
/// Clocks configuration
|
||||||
#[non_exhaustive]
|
#[non_exhaustive]
|
||||||
|
Loading…
Reference in New Issue
Block a user