rustfmt
This commit is contained in:
parent
877fbeb223
commit
609975f821
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
use crate::pac::rcc::vals::{Hpre, Hsidiv, Ppre, Sw};
|
||||
use crate::pac::{PWR, RCC};
|
||||
use crate::pac::rcc::vals::{Hsidiv, Hpre, Ppre, Sw};
|
||||
use crate::rcc::{set_freqs, Clocks};
|
||||
use crate::time::Hertz;
|
||||
use crate::time::U32Ext;
|
||||
|
|
Loading…
Reference in a new issue