summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1998-02-18 20:30:53 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1998-02-18 20:30:53 +0000
commit73249891c8405751d40cec745cd33bbeb488cdf1 (patch)
treee546cf10dca4d61b4715234b03bdff7f787e2850
parentRalf Corsepius noted that there was a dead path in _Thread_Initialize. (diff)
downloadrtems-73249891c8405751d40cec745cd33bbeb488cdf1.tar.bz2
Went back to polled console.
-rw-r--r--make/custom/erc32.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/make/custom/erc32.cfg b/make/custom/erc32.cfg
index 2bc33e71c5..9c3d9c280b 100644
--- a/make/custom/erc32.cfg
+++ b/make/custom/erc32.cfg
@@ -79,7 +79,7 @@ define make-target-options
@echo "/* #define STACK_CHECKER_REPORT_USAGE 1 */" >>$@
@echo "/* #define RTEMS_DEBUG 1 */" >>$@
@echo "#define NO_TABLE_MOVE 1" >>$@
- @echo "#define CONSOLE_USE_INTERRUPTS 1" >>$@
+ @echo "#define CONSOLE_USE_INTERRUPTS 0" >>$@
@echo "#define CONSOLE_USE_POLLED ~CONSOLE_USE_INTERRUPTS" >>$@
@echo "/* #define SIMSPARC_FAST_IDLE 1 */" >>$@
endef