summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/sp74
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2011-07-26 17:33:51 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2011-07-26 17:33:51 +0000
commit93f7c600f78539d64eb7eb9d6e0830eadbc51298 (patch)
tree44248f2d7888db524a60844921cfd22cba7e475a /testsuites/sptests/sp74
parent2011-07-26 Pawel Zagorski <pzagor@agh.edu.pl> (diff)
downloadrtems-93f7c600f78539d64eb7eb9d6e0830eadbc51298.tar.bz2
2011-07-26 Joel Sherrill <joel.sherrill@oarcorp.com>
* sp74/init.c: Does not need clock driver.
Diffstat (limited to 'testsuites/sptests/sp74')
-rw-r--r--testsuites/sptests/sp74/init.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuites/sptests/sp74/init.c b/testsuites/sptests/sp74/init.c
index 64cdea9726..fe0497b177 100644
--- a/testsuites/sptests/sp74/init.c
+++ b/testsuites/sptests/sp74/init.c
@@ -80,7 +80,7 @@ rtems_task Init(
/* configuration information */
#include <bsp.h> /* for device driver prototypes */
-#define CONFIGURE_APPLICATION_NEEDS_CLOCK_DRIVER
+#define CONFIGURE_APPLICATION_DOES_NOT_NEED_CLOCK_DRIVER
#define CONFIGURE_APPLICATION_NEEDS_CONSOLE_DRIVER
#define CONFIGURE_MAXIMUM_TASKS 3