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 BLE_API by
Diff: GattService.cpp
- Revision:
- 31:2c94f0501807
- Parent:
- 27:4a83843f04b0
- Child:
- 34:da2ea8cd6216
--- a/GattService.cpp Fri Jan 17 14:25:29 2014 +0000
+++ b/GattService.cpp Tue Apr 01 11:04:56 2014 +0100
@@ -104,7 +104,7 @@
/* ToDo: Make sure this characteristic UUID doesn't already exist */
/* ToDo: Basic validation */
- characteristics[characteristicCount] = characteristic;
+ characteristics[characteristicCount] = &characteristic;
characteristicCount++;
return BLE_ERROR_NONE;
