mirror of
https://github.com/embassy-rs/embassy.git
synced 2025-09-28 04:40:39 +00:00
address rustfmt ci check
This commit is contained in:
parent
33fc82a455
commit
3a30458b25
@ -1,5 +1,8 @@
|
||||
use core::ops::RangeInclusive;
|
||||
|
||||
#[cfg(stm32h7rs)]
|
||||
use stm32_metapac::rcc::vals::Plldivst;
|
||||
|
||||
use crate::pac;
|
||||
pub use crate::pac::rcc::vals::{
|
||||
Hsidiv as HSIPrescaler, Plldiv as PllDiv, Pllm as PllPreDiv, Plln as PllMul, Pllsrc as PllSource, Sw as Sysclk,
|
||||
@ -8,9 +11,6 @@ use crate::pac::rcc::vals::{Pllrge, Pllvcosel, Timpre};
|
||||
use crate::pac::{FLASH, PWR, RCC};
|
||||
use crate::time::Hertz;
|
||||
|
||||
#[cfg(stm32h7rs)]
|
||||
use stm32_metapac::rcc::vals::Plldivst;
|
||||
|
||||
/// HSI speed
|
||||
pub const HSI_FREQ: Hertz = Hertz(64_000_000);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user