From 85febe7b10f24f87761e4cb206c3ade1f727605e Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Thu, 10 Jun 2021 14:51:38 +0200 Subject: grlib: Remove NL -> CR in apbuart_outbyte_polled() This is already done in rtems_putc(). --- bsps/riscv/griscv/console/printk_support.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bsps/riscv/griscv/console/printk_support.c') diff --git a/bsps/riscv/griscv/console/printk_support.c b/bsps/riscv/griscv/console/printk_support.c index e789924e4f..4c8acd55c5 100644 --- a/bsps/riscv/griscv/console/printk_support.c +++ b/bsps/riscv/griscv/console/printk_support.c @@ -100,7 +100,7 @@ static void bsp_out_char(char c) */ } - apbuart_outbyte_polled(grlib_debug_uart, c, 1, 1); + apbuart_outbyte_polled(grlib_debug_uart, c, 1); } /* -- cgit v1.2.3