Nordic stack and drivers for the mbed BLE API

Fork of nRF51822 by Nordic Semiconductor

Revision:
56:a1071b629aa3
Parent:
46:2bfbbe290083
--- a/nordic/app_common/app_gpiote.c	Fri Jul 25 10:33:52 2014 +0100
+++ b/nordic/app_common/app_gpiote.c	Tue Sep 02 15:50:05 2014 +0100
@@ -10,6 +10,8 @@
  *
  */
 
+#if NEED_APP_GPIOTE /* disabled by default */
+
 #include "app_gpiote.h"
 #include <stdlib.h>
 #include <string.h>
@@ -358,3 +360,5 @@
     return NRF_ERROR_NOT_SUPPORTED;
 }
 #endif // SVCALL_AS_NORMAL_FUNCTION || SER_CONNECTIVITY
+
+#endif // #if NEED_APP_GPIOTE