Nordic stack and drivers for the mbed BLE API. Version to work around build bug.

Dependents:   microbit_rubber_ducky microbit_mouse_BLE microbit_mouse_BLE_daybreak_version microbit_presenter

Fork of nRF51822 by Nordic Semiconductor

Revision:
396:e5b0385fc6f1
Parent:
388:db85a09c27ef
Child:
409:f307fc7ba42e
diff -r 07973ce31786 -r e5b0385fc6f1 source/nRF5xGap.cpp
--- 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