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/include/grlib/apbuart.h | 1 - 1 file changed, 1 deletion(-) (limited to 'bsps/include/grlib/apbuart.h') diff --git a/bsps/include/grlib/apbuart.h b/bsps/include/grlib/apbuart.h index 2b68808ed5..2ca67b20e8 100644 --- a/bsps/include/grlib/apbuart.h +++ b/bsps/include/grlib/apbuart.h @@ -65,7 +65,6 @@ extern "C" { void apbuart_outbyte_polled( struct apbuart_regs *regs, unsigned char ch, - int do_cr_on_newline, int wait_sent ); -- cgit v1.2.3