all: Removes unnecessary newline character in logs

Closes https://github.com/espressif/esp-idf/issues/11465
This commit is contained in:
KonstantinKondrashov
2023-06-09 02:56:11 +08:00
parent f875978fb3
commit e72061695e
145 changed files with 754 additions and 763 deletions

View File

@@ -279,7 +279,7 @@ void app_main(void)
return;
}
ESP_LOGI(tag, "HCI messages can be communicated over UART%d: \n"
ESP_LOGI(tag, "HCI messages can be communicated over UART%d:\n"
"--PINs: TxD %d, RxD %d, RTS %d, CTS %d\n"
"--Baudrate: %d", UART_HCI_NUM,
GPIO_UART_TXD_OUT, GPIO_UART_RXD_IN, GPIO_UART_RTS_OUT, GPIO_UART_CTS_IN,