test: fix build

This commit is contained in:
Matthias Ringwald 2021-04-07 22:44:01 +02:00
parent 318dcc17c6
commit bdf6d26abc
3 changed files with 5 additions and 0 deletions

View File

@ -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;

View File

@ -8,6 +8,7 @@ COMMON = \
btstack_util.c \
btstack_linked_list.c \
hci_dump.c \
hci_dump_posix_fs.c \
VPATH = \
${BTSTACK_ROOT}/src \

View File

@ -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"