Skip to content

Commit f1d119d

Browse files
author
Johannes Draaijer
committed
Remove unnecessary MCO
1 parent 8f47ed5 commit f1d119d

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

examples/ip-f107.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,9 +82,6 @@ fn main() -> ! {
8282
let mut gpiob = p.GPIOB.split();
8383
let mut gpioc = p.GPIOC.split();
8484

85-
// PLL3CLK goes to MCO (Main Clock Output) (PA8)
86-
let _mco = gpioa.pa8.into_alternate_push_pull(&mut gpioa.crh);
87-
8885
let ref_clk = gpioa.pa1.into_floating_input(&mut gpioa.crl);
8986
let crs = gpioa.pa7.into_floating_input(&mut gpioa.crl);
9087
let tx_en = gpiob.pb11.into_alternate_push_pull(&mut gpiob.crh);

0 commit comments

Comments
 (0)