mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-03-22 07:21:06 +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_ERROR
|
||||
#define ENABLE_CC256X_BAUDRATE_CHANGE_FLOWCONTROL_BUG_WORKAROUND
|
||||
#define ENABLE_EHCILL
|
||||
// #define ENABLE_EHCILL
|
||||
|
||||
|
||||
// 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 = {
|
||||
HCI_TRANSPORT_CONFIG_UART,
|
||||
115200,
|
||||
0,
|
||||
400000,
|
||||
1,
|
||||
NULL
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user