Corrected call to rtems_termios_open.

This commit is contained in:
Joel Sherrill
1997-11-30 18:36:13 +00:00
parent 68732ef351
commit 0f3936522e

View File

@@ -199,7 +199,8 @@ rtems_device_driver console_open(
NULL,
NULL,
console_inbyte_nonblocking,
console_write_support);
console_write_support,
0);
return RTEMS_SUCCESSFUL;
}