Permalink
Cannot retrieve contributors at this time
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
micropython/ports/rp2/btstack_inc/btstack_config.h
Go to fileThis commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
9 lines (6 sloc)
223 Bytes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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 |