smart ball test board code

Dependencies:   nrf51-sdk

Fork of nRF51822 by Nordic Semiconductor

Revision:
288:faa0dc7ae513
Parent:
287:042b01e59cf8
Child:
291:83c994bf62d0
--- a/btle/btle_discovery.cpp	Fri Jun 19 15:55:27 2015 +0100
+++ b/btle/btle_discovery.cpp	Fri Jun 19 15:55:27 2015 +0100
@@ -14,6 +14,8 @@
  * limitations under the License.
  */
 
+#include <stdio.h>
+
 #include "blecommon.h"
 #include "UUID.h"
 #include "Gap.h"
@@ -104,8 +106,6 @@
     return BLE_ERROR_NONE;
 }
 
-#include <stdio.h>
-
 void
 NordicServiceDiscovery::setupDiscoveredServices(const ble_gattc_evt_prim_srvc_disc_rsp_t *response)
 {