OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-old/] [newlib-1.17.0/] [libgloss/] [or32/] [write-uart.c] - Diff between revs 180 and 184

Go to most recent revision | Show entire file | Details | Blame | View Log

Rev 180 Rev 184
Line 44... Line 44...
   @param[in] c  The character to write                                       */
   @param[in] c  The character to write                                       */
/* -------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------- */
static void
static void
outbyte (char  c)
outbyte (char  c)
{
{
  if ('\n' == c)
 
    {
 
      _uart_putc ('\r');
 
    }
 
 
 
  _uart_putc (c);
  _uart_putc (c);
 
 
}       /* outbyte () */
}       /* outbyte () */
 
 
 
 

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.