summaryrefslogtreecommitdiffstats
path: root/testsuites/samples/iostream/system.h
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2008-04-23 21:52:13 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2008-04-23 21:52:13 +0000
commitb091cde316940ea5205b7ebcda2c597e7c06ca86 (patch)
tree125ca22458e9e028a512feba0a4673cb80f95e68 /testsuites/samples/iostream/system.h
parent2008-04-23 Joel Sherrill <joel.sherrill@OARcorp.com> (diff)
downloadrtems-b091cde316940ea5205b7ebcda2c597e7c06ca86.tar.bz2
2008-04-23 Joel Sherrill <joel.sherrill@OARcorp.com>
* iostream/system.h: Update to include definition of CONFIGURE_APPLICATION_DOES_NOT_NEED_CLOCK_DRIVER as appropriate.
Diffstat (limited to '')
-rw-r--r--testsuites/samples/iostream/system.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/testsuites/samples/iostream/system.h b/testsuites/samples/iostream/system.h
index be7660867b..4f8fb1d20a 100644
--- a/testsuites/samples/iostream/system.h
+++ b/testsuites/samples/iostream/system.h
@@ -25,6 +25,8 @@ rtems_task Init(
#include <bsp.h> /* for device driver prototypes */
+/* NOTICE: the clock driver is explicitly disabled */
+#define CONFIGURE_APPLICATION_DOES_NOT_NEED_CLOCK_DRIVER
#define CONFIGURE_APPLICATION_NEEDS_CONSOLE_DRIVER
#define CONFIGURE_MAXIMUM_TASKS 1