Move inclusion of stdio.h to the top of btle_discovery.cpp. This is temporary.

This commit is contained in:
Rohit Grover 2015-05-26 08:43:43 +01:00
parent 549b246f6a
commit 11d8094bca
1 changed files with 2 additions and 2 deletions

View File

@ -14,6 +14,8 @@
* limitations under the License.
*/
#include <stdio.h>
#include "blecommon.h"
#include "UUID.h"
#include "Gap.h"
@ -104,8 +106,6 @@ NordicServiceDiscovery::launchCharacteristicDiscovery(Gap::Handle_t connectionHa
return BLE_ERROR_NONE;
}
#include <stdio.h>
void
NordicServiceDiscovery::setupDiscoveredServices(const ble_gattc_evt_prim_srvc_disc_rsp_t *response)
{