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
commit f5e96a9d60
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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());
}