mbed library sources

Dependents:   frdm_kl05z_gpio_test

Fork of mbed-src by mbed official

Revision:
267:8673334f2cbe
Parent:
251:de9a1e4ffd79
Child:
285:31249416b6f9
--- a/targets/hal/TARGET_Freescale/TARGET_KPSDK_MCUS/TARGET_K64F/gpio_irq_api.c	Thu Jul 24 12:00:06 2014 +0100
+++ b/targets/hal/TARGET_Freescale/TARGET_KPSDK_MCUS/TARGET_K64F/gpio_irq_api.c	Tue Jul 29 18:45:06 2014 +0100
@@ -17,6 +17,9 @@
 #include "cmsis.h"
 
 #include "gpio_irq_api.h"
+
+#if DEVICE_INTERRUPTIN
+
 #include "gpio_api.h"
 #include "fsl_gpio_hal.h"
 #include "fsl_port_hal.h"
@@ -205,3 +208,4 @@
     }
 }
 
+#endif