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
Diff: btle/btle_discovery.h
- Revision:
- 259:14fc2ba60072
- Parent:
- 256:2f2e9f1d6275
- Child:
- 260:ea2798f615e5
diff -r 62d6bf03e6a4 -r 14fc2ba60072 btle/btle_discovery.h --- a/btle/btle_discovery.h Fri Jun 19 15:55:23 2015 +0100 +++ b/btle/btle_discovery.h Fri Jun 19 15:55:23 2015 +0100 @@ -17,7 +17,6 @@ #ifndef _BTLE_DISCOVERY_H_ #define _BTLE_DISCOVERY_H_ -#include <stdio.h> #include "ble.h" #include "UUID.h" #include "Gap.h" @@ -128,7 +127,6 @@ void terminateServiceDiscovery(void) { sDiscoveryActive = false; cDiscoveryActive = false; - printf("end of service discovery\r\n"); } void terminateCharacteristicDiscovery(void) {