We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3b5094 commit 2e4bbfbCopy full SHA for 2e4bbfb
libraries/mbed/targets/hal/TARGET_Freescale/TARGET_KSDK_MCUS/TARGET_K64F/gpio_irq_api.c
@@ -205,10 +205,3 @@ void gpio_irq_disable(gpio_irq_t *obj) {
205
}
206
207
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