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
Revision 494:2e4af47b00a8, committed 2015-06-19
- Comitter:
- rgrover1
- Date:
- Fri Jun 19 15:52:02 2015 +0100
- Parent:
- 493:23cc7ad1b99b
- Child:
- 495:b0d77b1db2df
- Commit message:
- Synchronized with git rev 59ce342f
Author: Rohit Grover
remove an extraneous printf()
Changed in this revision
| public/DiscoveredCharacteristic.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/public/DiscoveredCharacteristic.h Fri Jun 19 15:52:02 2015 +0100
+++ b/public/DiscoveredCharacteristic.h Fri Jun 19 15:52:02 2015 +0100
@@ -70,7 +70,6 @@
* BLE_ERROR_OPERATION_NOT_PERMITTED due to the characteristic's properties.
*/
ble_error_t read(uint16_t offset = 0) const {
- printf("DiscoveredCharacteristic::read\r\n");
if (!props.read()) {
return BLE_ERROR_OPERATION_NOT_PERMITTED;
}
