Fix gpiote when waking up from systemoff

This commit is contained in:
Dion Dokter 2023-09-14 17:24:28 +02:00
parent 85a9f5816f
commit e8b961232b

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