fix compile

This commit is contained in:
Matthias Ringwald 2016-09-29 15:59:08 +02:00
parent b12ad86731
commit 66818fc6f7
2 changed files with 2 additions and 3 deletions

View File

@ -52,7 +52,7 @@
#include "hci_cmd.h"
#include "hci.h"
#include "ble/ad_parser.h"
#include "ad_parser.h"
typedef enum {
IncompleteList16 = 0x02,

View File

@ -47,7 +47,7 @@
#include "btstack_config.h"
#include "bluetooth.h"
#include "btstack.h"
#include "ad_parser.h"
#include "btstack_control.h"
#include "btstack_debug.h"
#include "btstack_event.h"
@ -66,7 +66,6 @@
#include "l2cap_signaling.h"
#ifdef ENABLE_BLE
#include "ble/ad_parser.h"
#include "ble/ancs_client.h"
#include "ble/att_db.h"
#include "ble/att_db_util.h"