Skip to content

Commit dea9148

Browse files
authored
Merge pull request #71 from jannic-dev-forks/enable_syscfg
2 parents 068e423 + c703005 commit dea9148

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

neotron-bmc-pico/src/main.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -239,6 +239,8 @@ mod app {
239239
let dp: pac::Peripherals = ctx.device;
240240
let cp: cortex_m::Peripherals = ctx.core;
241241

242+
dp.RCC.apb2enr.modify(|_, w| w.syscfgen().set_bit());
243+
242244
let mut flash = dp.FLASH;
243245
let mut rcc = dp
244246
.RCC

0 commit comments

Comments
 (0)