Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of nRF51822 by
Revision 89:c0dbd55614b2, committed 2015-01-21
- Comitter:
- rgrover1
- Date:
- Wed Jan 21 10:01:16 2015 +0000
- Parent:
- 88:fdb2b0db620e
- Child:
- 90:0c883639fbd2
- Commit message:
- Synchronized with git rev 1c1dad30
Author: Rohit Grover
minor white space diff.
Changed in this revision
| nRF51GattServer.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/nRF51GattServer.cpp Wed Jan 21 10:01:16 2015 +0000
+++ b/nRF51GattServer.cpp Wed Jan 21 10:01:16 2015 +0000
@@ -214,14 +214,12 @@
BLE_ERROR_PARAM_OUT_OF_RANGE );
}
- /* Notifications consume application buffers. The return value can
+ /* Notifications consume application buffers. The return value can
be used for resending notifications.
*/
- if (error != ERROR_NONE)
- {
+ if (error != ERROR_NONE) {
returnValue = BLE_STACK_BUSY;
}
-
} else {
ASSERT_INT( ERROR_NONE,
sd_ble_gatts_value_set(nrfCharacteristicHandles[charHandle].value_handle, 0, &len, buffer),
