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

Fork of nRF51822 by Nordic Semiconductor

Revision:
80:cdcc094ab166
Parent:
52:120bd37b9d0d
Child:
96:f98c65780f4a
--- a/nRF51822n.h	Wed Dec 03 14:33:28 2014 +0000
+++ b/nRF51822n.h	Wed Dec 03 14:33:28 2014 +0000
@@ -46,8 +46,9 @@
     virtual ble_error_t setTxPower(int8_t txPower);
 
     virtual ble_error_t init(void);
+    virtual ble_error_t shutdown(void);
     virtual ble_error_t reset(void);
     virtual void        waitForEvent(void);
 };
 
-#endif
+#endif
\ No newline at end of file