2009-09-30 Ralf Corsépius <ralf.corsepius@rtems.org>

* console/sci.c: Reflect termios_baud_to_number having been
	renamed to rtems_termios_baud_to_number.
This commit is contained in:
Ralf Corsepius
2009-09-30 03:52:49 +00:00
parent 8ff2188018
commit 7d634b0371
2 changed files with 7 additions and 2 deletions

View File

@@ -1,8 +1,13 @@
2009-09-30 Ralf Corsépius <ralf.corsepius@rtems.org>
* console/sci.c: Reflect termios_baud_to_number having been
renamed to rtems_termios_baud_to_number.
2009-09-15 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: Remove RTEMS_BSP_BOOTCARD_OPTIONS.
2009-08-21 Joel Sherrill <joel.sherrill@OARcorp.com>
2009-08-21 Joel Sherrill <joel.sherrill@OARcorp.com>
* include/bsp.h: Eliminate BSPs defining NUMBER_OF_TERMIOS_PORTS.
Should be automatically handled by confdefs.h or the application.

View File

@@ -685,7 +685,7 @@ int SciSetAttributes(
baud_requested = B19200; /* default to 19200 baud */
}
sci_rate = termios_baud_to_number( baud_requested );
sci_rate = rtems_termios_baud_to_number( baud_requested );
/* parity error detection */