Clone of the nRF51822 repository from github The correct home is https://github.com/lancaster-university/nRF51822

Dependencies:   nrf51-sdk

Dependents:   microbit-dal microbit-ble-open microbit-dal-eddystone microbit-dal-ble-accelerometer-example ... more

Revision:
396:e5b0385fc6f1
Parent:
388:db85a09c27ef
Child:
409:f307fc7ba42e
--- a/source/nRF5xGap.cpp	Tue Jul 21 13:23:45 2015 +0100
+++ b/source/nRF5xGap.cpp	Tue Jul 21 13:23:46 2015 +0100
@@ -26,6 +26,10 @@
     return m_instance;
 }
 
+void radioNotificationStaticCallback(bool param) {
+    nRF5xGap::getInstance().processRadioNotificationEvent(param);
+}
+
 /**************************************************************************/
 /*!
     @brief  Sets the advertising parameters and payload for the device