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

Fork of nRF51822 by Nordic Semiconductor

Revision:
96:f98c65780f4a
Parent:
80:cdcc094ab166
Child:
103:138bdc859cc9
--- a/nRF51822n.h	Mon Mar 02 11:34:45 2015 +0000
+++ b/nRF51822n.h	Mon Mar 02 11:34:45 2015 +0000
@@ -44,6 +44,7 @@
     };
 
     virtual ble_error_t setTxPower(int8_t txPower);
+    virtual void        getPermittedTxPowerValues(const int8_t **valueArrayPP, size_t *countP);
 
     virtual ble_error_t init(void);
     virtual ble_error_t shutdown(void);