mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-03-23 19:20:51 +00:00
hci_dump: max32630-fthr port
This commit is contained in:
parent
017c2996ac
commit
cccba2901c
@ -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 \
|
||||
|
@ -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());
|
||||
|
Loading…
x
Reference in New Issue
Block a user