forked from Imagelibrary/rtems
Corrected call to rtems_termios_open.
This commit is contained in:
@@ -199,7 +199,8 @@ rtems_device_driver console_open(
|
||||
NULL,
|
||||
NULL,
|
||||
console_inbyte_nonblocking,
|
||||
console_write_support);
|
||||
console_write_support,
|
||||
0);
|
||||
|
||||
return RTEMS_SUCCESSFUL;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user