test
Fork of nRF51822 by
Diff: btle/btle_discovery.h
- Revision:
- 259:14fc2ba60072
- Parent:
- 256:2f2e9f1d6275
- Child:
- 260:ea2798f615e5
--- 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) {