grlib: Remove NL -> CR in apbuart_outbyte_polled()

This is already done in rtems_putc().
This commit is contained in:
Sebastian Huber
2021-06-10 14:51:38 +02:00
parent 634a2c0616
commit 85febe7b10
6 changed files with 4 additions and 12 deletions

View File

@@ -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
);