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:
589:f27ac458e152
Parent:
588:65d256258533
Child:
615:65ea2acfc6a2
--- a/source/nRF5xn.cpp	Mon Jan 11 10:19:30 2016 +0000
+++ b/source/nRF5xn.cpp	Mon Jan 11 10:19:30 2016 +0000
@@ -192,6 +192,7 @@
     }
 #endif
 
+    /* Gap instance is always present */
     error = gapInstance.reset();
     if (error != BLE_ERROR_NONE) {
         return error;