update stm32c0 HSI frequency
This commit is contained in:
parent
5e92973136
commit
bb3711bbf9
@ -6,7 +6,7 @@ use crate::pac::{FLASH, RCC};
|
|||||||
use crate::time::Hertz;
|
use crate::time::Hertz;
|
||||||
|
|
||||||
/// HSI speed
|
/// HSI speed
|
||||||
pub const HSI_FREQ: Hertz = Hertz(16_000_000);
|
pub const HSI_FREQ: Hertz = Hertz(48_000_000);
|
||||||
|
|
||||||
/// HSE Mode
|
/// HSE Mode
|
||||||
#[derive(Clone, Copy, Eq, PartialEq)]
|
#[derive(Clone, Copy, Eq, PartialEq)]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user