Merge pull request #2668 from tomasbarton-stemcell/patch-1
Update stm32c0 HSI frequency
This commit is contained in:
commit
5d4bcaebcf
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ use crate::pac::{FLASH, RCC};
|
|||
use crate::time::Hertz;
|
||||
|
||||
/// HSI speed
|
||||
pub const HSI_FREQ: Hertz = Hertz(16_000_000);
|
||||
pub const HSI_FREQ: Hertz = Hertz(48_000_000);
|
||||
|
||||
/// HSE Mode
|
||||
#[derive(Clone, Copy, Eq, PartialEq)]
|
||||
|
|
Loading…
Reference in a new issue