From af69a8693b4f4a7f1ea41d2948c3550a46ae6e17 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Thu, 10 Jun 2021 15:01:49 +0200 Subject: grlib: Add apbuart_outbyte_wait() --- bsps/riscv/griscv/console/printk_support.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'bsps/riscv') diff --git a/bsps/riscv/griscv/console/printk_support.c b/bsps/riscv/griscv/console/printk_support.c index 4c8acd55c5..f232203520 100644 --- a/bsps/riscv/griscv/console/printk_support.c +++ b/bsps/riscv/griscv/console/printk_support.c @@ -100,7 +100,8 @@ static void bsp_out_char(char c) */ } - apbuart_outbyte_polled(grlib_debug_uart, c, 1); + apbuart_outbyte_polled(grlib_debug_uart, c); + apbuart_outbyte_wait(grlib_debug_uart); } /* -- cgit v1.2.3