micropython/ports/rp2/btstack_inc/btstack_config.h
Peter Harper 888a15cda3 rp2: Add Bluetooth support via cyw43.
Using BTstack with CYW43 for Pico W.

Signed-off-by: Damien George <damien@micropython.org>
2023-06-14 22:20:20 +10:00

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