From 3a8e2fcf7a26ae8cb447321c8d3b38efe028ae80 Mon Sep 17 00:00:00 2001 From: Anatole SCHRAMM Date: Thu, 31 Jul 2025 16:17:29 +0200 Subject: [PATCH] Removed useless new line in function body --- platform/drivers/uart/wm_uart.c | 1 - 1 file changed, 1 deletion(-) diff --git a/platform/drivers/uart/wm_uart.c b/platform/drivers/uart/wm_uart.c index cc9d019..2dcea7e 100644 --- a/platform/drivers/uart/wm_uart.c +++ b/platform/drivers/uart/wm_uart.c @@ -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); - }