Updated
Fork of BLE_API by
Revision 760:71b8617d95df, committed 2015-08-07
- Comitter:
- rgrover1
- Date:
- Fri Aug 07 15:53:49 2015 +0100
- Parent:
- 759:8aaf01b1ce86
- Child:
- 761:612103f2faf6
- Commit message:
- Synchronized with git rev 40929416
Author: Davide Bortolami
minor corrections to the comments
Changed in this revision
ble/services/DeviceInformationService.h | Show annotated file Show diff for this revision Revisions of this file |
module.json | Show annotated file Show diff for this revision Revisions of this file |
--- a/ble/services/DeviceInformationService.h Fri Aug 07 15:53:49 2015 +0100 +++ b/ble/services/DeviceInformationService.h Fri Aug 07 15:53:49 2015 +0100 @@ -96,7 +96,7 @@ (softwareRevision != NULL) ? strlen(softwareRevision) : 0, /* maxLength */ GattCharacteristic::BLE_GATT_CHAR_PROPERTIES_READ) { - static bool serviceAdded = false; /* We should only ever need to add the heart rate service once. */ + static bool serviceAdded = false; /* We should only ever need to add the information service once. */ if (serviceAdded) { return; }
--- a/module.json Fri Aug 07 15:53:49 2015 +0100 +++ b/module.json Fri Aug 07 15:53:49 2015 +0100 @@ -18,13 +18,14 @@ "type": "Apache-2.0" } ], - "dependencies": {}, + "dependencies": { + }, "targetDependencies": { "nrf51822": { - "ble-nrf51822": "~0.4.3" + "ble-nrf51822":"~0.4.3" }, "mbed-classic": { - "mbed-classic": "~0.0.1" + "mbed-classic":"~0.0.1" } } } \ No newline at end of file