Skip to content

Commit 317f8c6

Browse files
committed
Fix formatting
1 parent 5986765 commit 317f8c6

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/rcc.rs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@ use crate::pac::RCC;
22
use crate::time::{Hertz, U32Ext};
33

44
#[cfg(any(feature = "stm32l0x2", feature = "stm32l0x3"))]
5-
use crate::{pac::CRS, syscfg::SYSCFG};
5+
use crate::{
6+
pac::CRS,
7+
syscfg::SYSCFG
8+
};
69

710
/// System clock mux source
811
#[derive(Clone, Copy)]

0 commit comments

Comments
 (0)