mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-27 15:00:16 +00:00
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