mbed library sources

Fork of mbed-src by mbed official

Files at this revision

API Documentation at this revision

Comitter:
mbed_official
Date:
Thu Apr 03 11:30:06 2014 +0100
Parent:
147:39a1839cac63
Child:
149:1fb5f62b92bd
Commit message:
Synchronized with git revision 2e4bbfb84fbc6e875f822c45374ea0b4c6b3b00c

Full URL: https://github.com/mbedmicro/mbed/commit/2e4bbfb84fbc6e875f822c45374ea0b4c6b3b00c/

Changed in this revision

targets/hal/TARGET_Freescale/TARGET_KSDK_MCUS/TARGET_K64F/gpio_irq_api.c Show annotated file Show diff for this revision Revisions of this file
--- a/targets/hal/TARGET_Freescale/TARGET_KSDK_MCUS/TARGET_K64F/gpio_irq_api.c	Thu Apr 03 00:00:07 2014 +0100
+++ b/targets/hal/TARGET_Freescale/TARGET_KSDK_MCUS/TARGET_K64F/gpio_irq_api.c	Thu Apr 03 11:30:06 2014 +0100
@@ -205,10 +205,3 @@
     }
 }
 
-// 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);
-}