From b091cde316940ea5205b7ebcda2c597e7c06ca86 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 23 Apr 2008 21:52:13 +0000 Subject: 2008-04-23 Joel Sherrill * iostream/system.h: Update to include definition of CONFIGURE_APPLICATION_DOES_NOT_NEED_CLOCK_DRIVER as appropriate. --- testsuites/samples/iostream/system.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'testsuites/samples/iostream/system.h') 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 /* 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 -- cgit v1.2.3