update stm32c0 HSI frequency
This commit is contained in:
parent
5e92973136
commit
bb3711bbf9
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue