diff options
| author | Dion Dokter <[email protected]> | 2023-09-14 17:24:28 +0200 |
|---|---|---|
| committer | Dion Dokter <[email protected]> | 2023-09-14 17:24:28 +0200 |
| commit | e8b961232b80c8169eecb62c508bcf46abcd3705 (patch) | |
| tree | 5e058cb989b9d72f9eee3fe6ff76dac4e56bf091 /embassy-nrf | |
| parent | 85a9f5816f0157894ef2a940dadab6557e284c20 (diff) | |
Fix gpiote when waking up from systemoff
Diffstat (limited to 'embassy-nrf')
| -rw-r--r-- | embassy-nrf/src/gpiote.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/embassy-nrf/src/gpiote.rs b/embassy-nrf/src/gpiote.rs index 7488bc085..d16b4a43b 100644 --- a/embassy-nrf/src/gpiote.rs +++ b/embassy-nrf/src/gpiote.rs | |||
| @@ -86,7 +86,6 @@ pub(crate) fn init(irq_prio: crate::interrupt::Priority) { | |||
| 86 | unsafe { irq.enable() }; | 86 | unsafe { irq.enable() }; |
| 87 | 87 | ||
| 88 | let g = regs(); | 88 | let g = regs(); |
| 89 | g.events_port.write(|w| w); | ||
| 90 | g.intenset.write(|w| w.port().set()); | 89 | g.intenset.write(|w| w.port().set()); |
| 91 | } | 90 | } |
| 92 | 91 | ||
