stm32: revert changes to rcc f4
This commit is contained in:
parent
e07f943562
commit
6b8b145266
1 changed files with 1 additions and 1 deletions
|
@ -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]
|
||||
|
|
Loading…
Add table
Reference in a new issue