888a15cda3
Using BTstack with CYW43 for Pico W. Signed-off-by: Damien George <damien@micropython.org>
10 lines
223 B
C
10 lines
223 B
C
#ifndef MICROPY_INCLUDED_BTSTACK_BTSTACK_CONFIG_H
|
|
#define MICROPY_INCLUDED_BTSTACK_BTSTACK_CONFIG_H
|
|
|
|
#define HCI_OUTGOING_PRE_BUFFER_SIZE 4
|
|
#define HCI_ACL_CHUNK_SIZE_ALIGNMENT 4
|
|
|
|
#include "btstack_config_common.h"
|
|
|
|
#endif
|