summaryrefslogtreecommitdiffstats
path: root/make/custom/erc32.cfg
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-10-25 14:14:36 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-10-25 14:14:36 +0000
commit43d3a8ecec79c3ca73ca37f8a78d9c03bb2d298f (patch)
treee5d0f8d94830307e7b3d0a017e0445357c542967 /make/custom/erc32.cfg
parentAdded sp26 which tests the rtems_task_is_suspended directive. (diff)
downloadrtems-43d3a8ecec79c3ca73ca37f8a78d9c03bb2d298f.tar.bz2
Changed to use interrupt driven console.
Diffstat (limited to '')
-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 bb6a56715e..47f5f091fd 100644
--- a/make/custom/erc32.cfg
+++ b/make/custom/erc32.cfg
@@ -69,7 +69,7 @@ define make-target-options
@echo "#define RTEMS_TEST_NO_PAUSE 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 */" >>$@
@echo "#define FPU_REVB 1" >>$@