Move inclusion of stdio.h to the top of btle_discovery.cpp. This is temporary.
This commit is contained in:
parent
549b246f6a
commit
11d8094bca
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue