Removed useless new line in function body

This commit is contained in:
Anatole SCHRAMM 2025-07-31 16:17:29 +02:00
parent 58e81b77e6
commit 3a8e2fcf7a

View File

@ -1173,7 +1173,6 @@ int tls_uart_tx_length(u16 uart_no)
int tls_uart_write(u16 uart_no, char *buf, u16 writesize)
{
return tls_uart_write_async(uart_no, buf, writesize);
}