Skip to content

Commit 2e4bbfb

Browse files
author
Bogdan Marinescu
committed
NMI handler is now in mbed_overrides.c
1 parent b3b5094 commit 2e4bbfb

File tree

1 file changed

+0
-7
lines changed
  • libraries/mbed/targets/hal/TARGET_Freescale/TARGET_KSDK_MCUS/TARGET_K64F

1 file changed

+0
-7
lines changed

libraries/mbed/targets/hal/TARGET_Freescale/TARGET_KSDK_MCUS/TARGET_K64F/gpio_irq_api.c

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -205,10 +205,3 @@ void gpio_irq_disable(gpio_irq_t *obj) {
205205
}
206206
}
207207

208-
// Change the NMI pin to an input. This allows NMI pin to
209-
// be used as a low power mode wakeup. The application will
210-
// need to change the pin back to NMI_b or wakeup only occurs once!
211-
void NMI_Handler(void) {
212-
gpio_t gpio;
213-
gpio_init_in(&gpio, PTA4);
214-
}

0 commit comments

Comments
 (0)