summaryrefslogtreecommitdiffstats
path: root/bsps/sh/gensh2/console/sci.c
diff options
context:
space:
mode:
Diffstat (limited to 'bsps/sh/gensh2/console/sci.c')
-rw-r--r--bsps/sh/gensh2/console/sci.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bsps/sh/gensh2/console/sci.c b/bsps/sh/gensh2/console/sci.c
index e02049cbf3..ba7f8bc832 100644
--- a/bsps/sh/gensh2/console/sci.c
+++ b/bsps/sh/gensh2/console/sci.c
@@ -539,7 +539,7 @@ const rtems_termios_callbacks sci_poll_callbacks = {
_sh_sci_set_attributes, /* setAttributes */
NULL, /* stopRemoteTX */
NULL, /* StartRemoteTX */
- 0 /* outputUsesInterrupts */
+ TERMIOS_POLLED /* outputUsesInterrupts */
};
/* FIXME: not yet supported */