Skip to content

Commit a5cd227

Browse files
authored
Merge pull request #647 from israpps/patch-17
[ppctty]: set appropiate flags for tty device
2 parents 85aab1c + dfb20ae commit a5cd227

File tree

1 file changed

+1
-1
lines changed
  • iop/debug/ppctty/src

1 file changed

+1
-1
lines changed

iop/debug/ppctty/src/tty.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ static iop_device_ops_t fsd_ops =
124124
static iop_device_t tty_fsd =
125125
{
126126
"tty",
127-
IOP_DT_FS,
127+
IOP_DT_CHAR | IOP_DT_CONS,
128128
1,
129129
"TTY via PPC SIO",
130130
&fsd_ops,

0 commit comments

Comments
 (0)