Fix gpiote when waking up from systemoff
This commit is contained in:
parent
85a9f5816f
commit
e8b961232b
1 changed files with 0 additions and 1 deletions
|
@ -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());
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue