Merge pull request #1902 from diondokter/gpiote-fix

Fix gpiote when waking up from systemoff
This commit is contained in:
Dario Nieuwenhuis
2023-09-14 16:02:14 +00:00
committed by GitHub

View File

@ -86,7 +86,6 @@ pub(crate) fn init(irq_prio: crate::interrupt::Priority) {
unsafe { irq.enable() };
let g = regs();
g.events_port.write(|w| w);
g.intenset.write(|w| w.port().set());
}