mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-12 09:04:37 +02:00
Merge branch 'bugfix/esp32c6_ble_adv_issues' into 'master'
Bugfix/esp32c6 ble adv issues Closes EBLE50Y23-19 See merge request espressif/esp-idf!22179
This commit is contained in:
Submodule components/bt/controller/lib_esp32c6/esp32c6-bt-lib updated: 0319817007...0e847b8844
@@ -154,7 +154,7 @@ void IRAM_ATTR hci_uart_start_tx(int port_num)
|
||||
data = hci_uart.tx_char(hci_uart.u_func_arg);
|
||||
if (data >= 0) {
|
||||
u8_data = data;
|
||||
uart_tx_chars(port_num, (char *)&u8_data, 1);
|
||||
uart_write_bytes(port_num, (char *)&u8_data, 1);
|
||||
} else {
|
||||
break;
|
||||
}
|
||||
|
Reference in New Issue
Block a user