mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-05 15:15:44 +00:00
2000-10-20 Joel Sherrill <joel@OARcorp.com>
* console/console.c: Invoke BSP_uart_init() with enough arguments now that more communication parameters are settable.
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
2000-10-20 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* console/console.c: Invoke BSP_uart_init() with enough arguments
|
||||
now that more communication parameters are settable.
|
||||
|
||||
2000-10-17 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* startup/Makefile.am: Added idt.c since it has been moved libcpu/i386
|
||||
|
||||
@@ -143,7 +143,7 @@ console_initialize(rtems_device_major_number major,
|
||||
*/
|
||||
|
||||
/* 9600-8-N-1, no hardware flow control */
|
||||
BSP_uart_init(BSPConsolePort, 9600, 0);
|
||||
BSP_uart_init(BSPConsolePort, 9600, CHR_8_BITS, 0, 0, 0);
|
||||
|
||||
|
||||
/* Set interrupt handler */
|
||||
|
||||
Reference in New Issue
Block a user