mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-01-06 07:00:59 +00:00
fix compile
This commit is contained in:
parent
b12ad86731
commit
66818fc6f7
@ -52,7 +52,7 @@
|
||||
#include "hci_cmd.h"
|
||||
|
||||
#include "hci.h"
|
||||
#include "ble/ad_parser.h"
|
||||
#include "ad_parser.h"
|
||||
|
||||
typedef enum {
|
||||
IncompleteList16 = 0x02,
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user