NMI handler is now in mbed_overrides.c

pull/249/head
Bogdan Marinescu 2014-04-03 11:22:56 +01:00
parent b3b50949aa
commit 2e4bbfb84f
1 changed files with 0 additions and 7 deletions

View File

@ -205,10 +205,3 @@ void gpio_irq_disable(gpio_irq_t *obj) {
} }
} }
// Change the NMI pin to an input. This allows NMI pin to
// be used as a low power mode wakeup. The application will
// need to change the pin back to NMI_b or wakeup only occurs once!
void NMI_Handler(void) {
gpio_t gpio;
gpio_init_in(&gpio, PTA4);
}