mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-03-25 16:43:28 +00:00
stm32-f4discovery-cc256x: diable eHCILL, use 4 mbps
This commit is contained in:
parent
5e55a87370
commit
7ade95d741
@ -16,7 +16,7 @@
|
|||||||
// #define ENABLE_LOG_INFO
|
// #define ENABLE_LOG_INFO
|
||||||
#define ENABLE_LOG_ERROR
|
#define ENABLE_LOG_ERROR
|
||||||
#define ENABLE_CC256X_BAUDRATE_CHANGE_FLOWCONTROL_BUG_WORKAROUND
|
#define ENABLE_CC256X_BAUDRATE_CHANGE_FLOWCONTROL_BUG_WORKAROUND
|
||||||
#define ENABLE_EHCILL
|
// #define ENABLE_EHCILL
|
||||||
|
|
||||||
|
|
||||||
// BTstack configuration. buffers, sizes, ...
|
// BTstack configuration. buffers, sizes, ...
|
||||||
|
@ -17,7 +17,7 @@ static btstack_packet_callback_registration_t hci_event_callback_registration;
|
|||||||
static const hci_transport_config_uart_t config = {
|
static const hci_transport_config_uart_t config = {
|
||||||
HCI_TRANSPORT_CONFIG_UART,
|
HCI_TRANSPORT_CONFIG_UART,
|
||||||
115200,
|
115200,
|
||||||
0,
|
400000,
|
||||||
1,
|
1,
|
||||||
NULL
|
NULL
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user