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:
441:b52f5b70e62a
Parent:
440:f58f868539b8
Child:
442:a2693384abdb
--- a/source/nRF5xGattServer.cpp	Fri Sep 25 15:26:58 2015 +0100
+++ b/source/nRF5xGattServer.cpp	Fri Sep 25 15:26:58 2015 +0100
@@ -233,7 +233,7 @@
         hvx_params.offset = 0;
         hvx_params.p_data = const_cast<uint8_t *>(buffer);
         hvx_params.p_len  = &len;
-        
+
         error_t error = (error_t) sd_ble_gatts_hvx(gapConnectionHandle, &hvx_params);
         if (error != ERROR_NONE) {
             switch (error) {