mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-04-09 21:45:54 +00:00
stm32-f4discovery-cc256x: use 4 mbps to UART again
This commit is contained in:
parent
9620590336
commit
9562527120
@ -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,
|
||||||
400000,
|
4000000,
|
||||||
1,
|
1,
|
||||||
NULL
|
NULL
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user