Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: microbit_rubber_ducky microbit_mouse_BLE microbit_mouse_BLE_daybreak_version microbit_presenter
Fork of nRF51822 by
Diff: nRF51Gap.h
- 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:
