We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f47ed5 commit f1d119dCopy full SHA for f1d119d
examples/ip-f107.rs
@@ -82,9 +82,6 @@ fn main() -> ! {
82
let mut gpiob = p.GPIOB.split();
83
let mut gpioc = p.GPIOC.split();
84
85
- // PLL3CLK goes to MCO (Main Clock Output) (PA8)
86
- let _mco = gpioa.pa8.into_alternate_push_pull(&mut gpioa.crh);
87
-
88
let ref_clk = gpioa.pa1.into_floating_input(&mut gpioa.crl);
89
let crs = gpioa.pa7.into_floating_input(&mut gpioa.crl);
90
let tx_en = gpiob.pb11.into_alternate_push_pull(&mut gpiob.crh);
0 commit comments