mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-01-03 23:47:08 +00:00
test: fix build
This commit is contained in:
parent
318dcc17c6
commit
bdf6d26abc
@ -59,11 +59,14 @@
|
||||
#include "btstack_run_loop_posix.h"
|
||||
#include "bluetooth_company_id.h"
|
||||
#include "hci.h"
|
||||
#include "hci_transport_h4.h"
|
||||
#include "hci_transport_usb.h"
|
||||
#include "hci_dump.h"
|
||||
#include "hci_dump_posix_fs.h"
|
||||
#include "btstack_stdin.h"
|
||||
#include "btstack_tlv.h"
|
||||
#include "btstack_tlv_posix.h"
|
||||
#include "btstack_uart.h"
|
||||
|
||||
int is_bcm;
|
||||
|
||||
|
@ -8,6 +8,7 @@ COMMON = \
|
||||
btstack_util.c \
|
||||
btstack_linked_list.c \
|
||||
hci_dump.c \
|
||||
hci_dump_posix_fs.c \
|
||||
|
||||
VPATH = \
|
||||
${BTSTACK_ROOT}/src \
|
||||
|
@ -5,6 +5,7 @@
|
||||
#include "btstack_tlv.h"
|
||||
#include "btstack_tlv_posix.h"
|
||||
#include "hci_dump.h"
|
||||
#include "hci_dump_posix_fs.h"
|
||||
#include "btstack_util.h"
|
||||
#include "btstack_config.h"
|
||||
#include "btstack_debug.h"
|
||||
|
Loading…
Reference in New Issue
Block a user