mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
Merge branch 'bugfix/bt_spp_init_init_uart_crash' into 'master'
bt:Fixed the bt_spp_initiator example that did not set the uart source clock when initializing the uart, which caused a crash Closes BT-2693 See merge request espressif/esp-idf!19722
This commit is contained in:
commit
7fc37a137d
@ -25,6 +25,7 @@ static const uart_config_t uart_cfg = {
|
||||
.stop_bits = UART_STOP_BITS_1,
|
||||
.flow_ctrl = UART_HW_FLOWCTRL_DISABLE,
|
||||
.rx_flow_ctrl_thresh = 127,
|
||||
.source_clk = UART_SCLK_DEFAULT,
|
||||
};
|
||||
|
||||
extern void spp_msg_args_parser(char *buf, int len);
|
||||
|
Loading…
x
Reference in New Issue
Block a user