Patched version of nrf51822 FOTA compatible driver, with GPTIO disabled, as it clashed with the mbed definitions...

Fork of nRF51822 by Nordic Semiconductor

Revision:
93:0e7a9efee6d7
Parent:
77:9886b2865631
Child:
94:2bac1b3c5cfc
--- a/btle/btle.cpp	Wed Jan 21 10:01:16 2015 +0000
+++ b/btle/btle.cpp	Wed Jan 21 10:01:17 2015 +0000
@@ -55,9 +55,7 @@
 
 static void sys_evt_dispatch(uint32_t sys_evt)
 {
-#if NEED_PSTORAGE /* disabled by default */
     pstorage_sys_event_handler(sys_evt);
-#endif
 }
 
 error_t btle_init(void)