stm32-f4discovery-cc256x: diable eHCILL, use 4 mbps

This commit is contained in:
Matthias Ringwald 2017-05-04 18:30:20 +02:00
parent 5e55a87370
commit 7ade95d741
2 changed files with 2 additions and 2 deletions

View File

@ -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, ...

View File

@ -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
};