summaryrefslogtreecommitdiffstats
path: root/c/src/tests/sptests/sp21/system.h
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2002-03-28 19:30:51 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2002-03-28 19:30:51 +0000
commit0a32a213dedac9d4b060f85dbe36b158360d19c0 (patch)
tree2c1e267a8467864894555bb5752af8ec59cf084d /c/src/tests/sptests/sp21/system.h
parent2001-03-28 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-0a32a213dedac9d4b060f85dbe36b158360d19c0.tar.bz2
2001-03-28 Joel Sherrill <joel@OARcorp.com>
* Side-effect of PR132. * sp21/system.h: Now must explicitly request NULL driver.
Diffstat (limited to 'c/src/tests/sptests/sp21/system.h')
-rw-r--r--c/src/tests/sptests/sp21/system.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/c/src/tests/sptests/sp21/system.h b/c/src/tests/sptests/sp21/system.h
index 483dbcd2dc..d1d04993c8 100644
--- a/c/src/tests/sptests/sp21/system.h
+++ b/c/src/tests/sptests/sp21/system.h
@@ -30,6 +30,7 @@ rtems_task Task_1(
#define CONFIGURE_APPLICATION_NEEDS_CONSOLE_DRIVER
#define CONFIGURE_APPLICATION_NEEDS_CLOCK_DRIVER
#define CONFIGURE_APPLICATION_NEEDS_STUB_DRIVER
+#define CONFIGURE_APPLICATION_NEEDS_NULL_DRIVER
#define CONFIGURE_MAXIMUM_TASKS 2