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:
587:596071444447
Parent:
586:533fd7fdb0fe
Child:
588:65d256258533
--- a/source/nRF5xn.cpp	Mon Jan 11 10:19:29 2016 +0000
+++ b/source/nRF5xn.cpp	Mon Jan 11 10:19:29 2016 +0000
@@ -103,7 +103,7 @@
 
     @retval     BLE_ERROR_NONE if everything executed properly and
                 BLE_ERROR_ALREADY_INITIALIZED if the stack has already
-                been initialized (possibly through a call to nRF5xn::init().
+                been initialized (possibly through a call to nRF5xn::init()).
                 BLE_ERROR_INTERNAL_STACK_FAILURE is returned if initialization
                 of the internal stack (SoftDevice) failed.