forked from Imagelibrary/rtems
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:
@@ -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.
|
||||
|
||||
@@ -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 */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user