Skip to content

Commit

Permalink
Fix pyportal build
Browse files Browse the repository at this point in the history
  • Loading branch information
jbeaurivage committed Oct 25, 2023
1 parent ef65f1d commit 56f5974
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions boards/pygamer/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,5 @@ fn panic(_info: &core::panic::PanicInfo) -> ! {
let mut pins = Pins::new(peripherals.PORT);
let _ = pins.d13.into_open_drain_output(&mut pins.port).set_high();

loop {
cortex_m::asm::udf()
}
cortex_m::asm::udf()
}

0 comments on commit 56f5974

Please sign in to comment.