Nordic stack and drivers for the mbed BLE API

Dependents:   BLE_ANCS_SDAPI BLE_temperature BLE_HeartRate writable_gatt ... more

Files at this revision

API Documentation at this revision

Comitter:
vcoubard
Date:
Mon Jan 11 10:19:27 2016 +0000
Parent:
581:1dd90ec7527b
Child:
583:3e44f6eb3a42
Commit message:
Synchronized with git rev b1b1a403
Author: Rohit Grover
white space diff

Changed in this revision

source/nRF5xn.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/source/nRF5xn.cpp	Mon Jan 11 10:19:27 2016 +0000
+++ b/source/nRF5xn.cpp	Mon Jan 11 10:19:27 2016 +0000
@@ -145,7 +145,7 @@
      * will be many NULL references and no config information which could lead
      * to errors if the shutdown process is interrupted.
      */
-    if(softdevice_handler_sd_disable() != NRF_SUCCESS) {
+    if (softdevice_handler_sd_disable() != NRF_SUCCESS) {
         return BLE_STACK_BUSY;
     }