From 11d8094bca0ba120bae2c3bd25928404dbec9a65 Mon Sep 17 00:00:00 2001 From: Rohit Grover Date: Tue, 26 May 2015 08:43:43 +0100 Subject: [PATCH] Move inclusion of stdio.h to the top of btle_discovery.cpp. This is temporary. --- btle/btle_discovery.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/btle/btle_discovery.cpp b/btle/btle_discovery.cpp index 0652edb..a5496af 100644 --- a/btle/btle_discovery.cpp +++ b/btle/btle_discovery.cpp @@ -14,6 +14,8 @@ * limitations under the License. */ +#include + #include "blecommon.h" #include "UUID.h" #include "Gap.h" @@ -104,8 +106,6 @@ NordicServiceDiscovery::launchCharacteristicDiscovery(Gap::Handle_t connectionHa return BLE_ERROR_NONE; } -#include - void NordicServiceDiscovery::setupDiscoveredServices(const ble_gattc_evt_prim_srvc_disc_rsp_t *response) {