hci_dump: max32630-fthr port

This commit is contained in:
Matthias Ringwald 2021-03-10 11:21:35 +01:00
parent 017c2996ac
commit cccba2901c
2 changed files with 3 additions and 1 deletions

View File

@ -157,6 +157,7 @@ COMMON = \
hci.o \
hci_cmd.o \
hci_dump.o \
hci_dump_embedded_stdout.o \
btstack_uart_block_embedded.o \
hal_flash_bank_mxc.o \
btstack_audio.o \

View File

@ -47,6 +47,7 @@
#include "btstack_config.h"
#include "btstack_run_loop_embedded.h"
#include "btstack_chipset_cc256x.h"
#include "hci_dump_embedded_stdout.h"
// BTstack HALs
#include "hal_tick.h"
@ -408,7 +409,7 @@ int bluetooth_main(void)
btstack_run_loop_init(btstack_run_loop_embedded_get_instance());
// enable packet logger
//hci_dump_open(NULL, HCI_DUMP_STDOUT);
// hci_dump_init(hci_dump_embedded_stdout_get_instance());
/* Init HCI */
const hci_transport_t * transport = hci_transport_h4_instance(btstack_uart_block_embedded_instance());