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:
561:613dbbdeed27
Parent:
550:bcb632fc92df
Child:
563:9c4b96f7be8d
--- a/source/nRF5xGap.h	Mon Jan 11 10:19:14 2016 +0000
+++ b/source/nRF5xGap.h	Mon Jan 11 10:19:15 2016 +0000
@@ -112,6 +112,9 @@
     }
 #endif
 
+protected:
+    virtual ble_error_t cleanup(void);
+
 private:
     bool    radioNotificationCallbackParam; /* parameter to be passed into the Timeout-generated radio notification callback. */
     Timeout radioNotificationTimeout;