stm32-f4discovery-cc256x: use 4 mbps to UART again

This commit is contained in:
Matthias Ringwald 2017-05-29 12:10:33 +02:00
parent 9620590336
commit 9562527120

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,
400000,
4000000,
1,
NULL
};