Skip to content

Commit

Permalink
Merge pull request #71 from jannic-dev-forks/enable_syscfg
Browse files Browse the repository at this point in the history
  • Loading branch information
thejpster committed Jun 18, 2024
2 parents 068e423 + c703005 commit dea9148
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions neotron-bmc-pico/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,8 @@ mod app {
let dp: pac::Peripherals = ctx.device;
let cp: cortex_m::Peripherals = ctx.core;

dp.RCC.apb2enr.modify(|_, w| w.syscfgen().set_bit());

let mut flash = dp.FLASH;
let mut rcc = dp
.RCC
Expand Down

0 comments on commit dea9148

Please sign in to comment.