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

Fork of nRF51822 by Nordic Semiconductor

Revision:
111:be2a122ed2f7
Parent:
105:7404a5b1b72f
Child:
137:aafab7b0a8bd
diff -r f35ac193ecb4 -r be2a122ed2f7 nRF51Gap.h
--- a/nRF51Gap.h	Wed Apr 15 09:17:47 2015 +0100
+++ b/nRF51Gap.h	Wed Apr 15 09:24:27 2015 +0100
@@ -68,7 +68,7 @@
 
     virtual void setOnRadioNotification(RadioNotificationEventCallback_t callback) {
         Gap::setOnRadioNotification(callback);
-        ble_radio_notification_init(NRF_APP_PRIORITY_HIGH, NRF_RADIO_NOTIFICATION_DISTANCE_NONE, onRadioNotification);
+        ble_radio_notification_init(NRF_APP_PRIORITY_HIGH, NRF_RADIO_NOTIFICATION_DISTANCE_800US, onRadioNotification);
     }
 
 private: