summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/spglobalcon01
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2014-10-14 12:12:32 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2014-10-14 12:12:32 +0200
commit43633ae262417d56f43730519f0cfae86e78376c (patch)
treed05d1b00e9259c49d6ede0051d5a6b313571b226 /testsuites/sptests/spglobalcon01
parentbsps/powerpc: Fix the warning fix (diff)
downloadrtems-43633ae262417d56f43730519f0cfae86e78376c.tar.bz2
testsuites: Avoid clock driver
Diffstat (limited to 'testsuites/sptests/spglobalcon01')
-rw-r--r--testsuites/sptests/spglobalcon01/init.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuites/sptests/spglobalcon01/init.cc b/testsuites/sptests/spglobalcon01/init.cc
index 92a8a2c141..47af2c4349 100644
--- a/testsuites/sptests/spglobalcon01/init.cc
+++ b/testsuites/sptests/spglobalcon01/init.cc
@@ -47,7 +47,7 @@ static void *idle_body(uintptr_t ignored)
return NULL;
}
-#define CONFIGURE_APPLICATION_NEEDS_CLOCK_DRIVER
+#define CONFIGURE_APPLICATION_DOES_NOT_NEED_CLOCK_DRIVER
#define CONFIGURE_APPLICATION_NEEDS_CONSOLE_DRIVER
#define CONFIGURE_IDLE_TASK_INITIALIZES_APPLICATION