Skip to content

Commit 35fd1a2

Browse files
committed
rustfmt
1 parent 8d9a40b commit 35fd1a2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

examples/usb_serial.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ fn main() -> ! {
1818

1919
let rcc = dp.RCC.constrain();
2020

21-
let clocks = rcc.cfgr
21+
let clocks = rcc
22+
.cfgr
2223
.use_hse(25.mhz())
2324
.sysclk(48.mhz())
2425
.require_pll48clk()

0 commit comments

Comments
 (0)