summaryrefslogtreecommitdiffstats
path: root/c/src/libchip
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1998-07-15 13:53:58 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1998-07-15 13:53:58 +0000
commite283140cac6646aa5a0b9a687edebf6a9d79b3a5 (patch)
tree96c8e40ebb73c6b561fe14db54c093ef044a9fbc /c/src/libchip
parentYet another EXEEXT patch. This one is from Ralf Corsepius (diff)
downloadrtems-e283140cac6646aa5a0b9a687edebf6a9d79b3a5.tar.bz2
Switched to "deviceOutput = TRUE" which made device output use interrupts.
Diffstat (limited to 'c/src/libchip')
-rw-r--r--c/src/libchip/serial/z85c30.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/libchip/serial/z85c30.c b/c/src/libchip/serial/z85c30.c
index 44cfe70f1c..7c028e676a 100644
--- a/c/src/libchip/serial/z85c30.c
+++ b/c/src/libchip/serial/z85c30.c
@@ -69,7 +69,7 @@ console_fns z85c30_fns =
z85c30_initialize_interrupts, /* deviceInitialize */
z85c30_write_polled, /* deviceWritePolled */
NULL, /* deviceSetAttributes */
- FALSE, /* deviceOutputUsesInterrupts */
+ TRUE /* deviceOutputUsesInterrupts */
};
console_fns z85c30_fns_polled =