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 1b25dc5 commit a0ce654Copy full SHA for a0ce654
examples/usb_serial.rs
@@ -15,7 +15,7 @@ fn main() -> ! {
15
let dp = pac::Peripherals::take().unwrap();
16
17
let mut rcc = dp.RCC.freeze(rcc::Config::hsi16());
18
- let mut syscfg = SYSCFG::new(dp.SYSCFG_COMP, &mut rcc);
+ let mut syscfg = SYSCFG::new(dp.SYSCFG, &mut rcc);
19
rcc.enable_hsi48(&mut syscfg, dp.CRS);
20
21
let gpioa = dp.GPIOA.split(&mut rcc);
0 commit comments