summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psxglobalcon02
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/psxtests/psxglobalcon02
parentbsps/powerpc: Fix the warning fix (diff)
downloadrtems-43633ae262417d56f43730519f0cfae86e78376c.tar.bz2
testsuites: Avoid clock driver
Diffstat (limited to 'testsuites/psxtests/psxglobalcon02')
-rw-r--r--testsuites/psxtests/psxglobalcon02/init.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuites/psxtests/psxglobalcon02/init.cc b/testsuites/psxtests/psxglobalcon02/init.cc
index 6de4fbd7c7..c5f09b0d52 100644
--- a/testsuites/psxtests/psxglobalcon02/init.cc
+++ b/testsuites/psxtests/psxglobalcon02/init.cc
@@ -57,7 +57,7 @@ static void *POSIX_Init(void *argument)
rtems_test_exit(0);
}
-#define CONFIGURE_APPLICATION_NEEDS_CLOCK_DRIVER
+#define CONFIGURE_APPLICATION_DOES_NOT_NEED_CLOCK_DRIVER
#define CONFIGURE_APPLICATION_NEEDS_CONSOLE_DRIVER
#define CONFIGURE_MAXIMUM_TASKS 1