diff options
| author | Damien George <damien@micropython.org> | 2023-04-22 00:39:31 +1000 |
|---|---|---|
| committer | Damien George <damien@micropython.org> | 2023-04-22 00:39:31 +1000 |
| commit | 9e6885ad820a9f42bf93df56eb3f3be0c8639622 (patch) | |
| tree | 56934374edb4bba22515f1b88fd470c73fd7e9a8 /extmod/btstack/btstack_config_common.h | |
| parent | ec1eeccab45af6893f19cd07292808bbe7c62cf5 (diff) | |
extmod/btstack: Switch to use hci_dump_init instead of hci_dump_open.
The latter is no longer available in the version of BTstack now in use by
this repository.
Signed-off-by: Damien George <damien@micropython.org>
Diffstat (limited to 'extmod/btstack/btstack_config_common.h')
| -rw-r--r-- | extmod/btstack/btstack_config_common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/extmod/btstack/btstack_config_common.h b/extmod/btstack/btstack_config_common.h index 8118c4c1a..0f616f750 100644 --- a/extmod/btstack/btstack_config_common.h +++ b/extmod/btstack/btstack_config_common.h @@ -7,6 +7,7 @@ #define ENABLE_LE_CENTRAL // #define ENABLE_CLASSIC #define ENABLE_L2CAP_LE_CREDIT_BASED_FLOW_CONTROL_MODE +#define ENABLE_PRINTF_HEXDUMP // #define ENABLE_LOG_INFO // #define ENABLE_LOG_DEBUG #define ENABLE_LOG_ERROR |
