mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-04-23 11:43:24 +00:00
initial baudrate for cc256x series is 115200
This commit is contained in:
parent
a5ca8a8f32
commit
280ef8cfb9
@ -229,7 +229,7 @@ static const bt_control_t bt_control_cc256x = {
|
|||||||
};
|
};
|
||||||
|
|
||||||
static const hci_uart_config_t hci_uart_config_cc256x = {
|
static const hci_uart_config_t hci_uart_config_cc256x = {
|
||||||
.baudrate_init = 57600,
|
.baudrate_init = 115200,
|
||||||
.baudrate_main = 1000000
|
.baudrate_main = 1000000
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user