summaryrefslogtreecommitdiffstats
path: root/testsuites/itrontests/itrontime01/system.h
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2008-05-21 22:15:20 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2008-05-21 22:15:20 +0000
commit1b2dd278797456ce69d35e83144f807722d21cea (patch)
treeb0eeb331d499bf50a11361353634b9fad20bd075 /testsuites/itrontests/itrontime01/system.h
parent2008-05-20 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-1b2dd278797456ce69d35e83144f807722d21cea.tar.bz2
2008-05-21 Joel Sherrill <joel.sherrill@oarcorp.com>
* itronhello/system.h, itronmbox01/system.h, itrontask02/system.h, itrontime01/system.h: Add use of CONFIGURE_APPLICATION_DOES_NOT_NEED_CLOCK_DRIVER.
Diffstat (limited to '')
-rw-r--r--testsuites/itrontests/itrontime01/system.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/testsuites/itrontests/itrontime01/system.h b/testsuites/itrontests/itrontime01/system.h
index f0026534b6..357d58c819 100644
--- a/testsuites/itrontests/itrontime01/system.h
+++ b/testsuites/itrontests/itrontime01/system.h
@@ -3,7 +3,7 @@
* This include file contains information that is included in every
* function in the test set.
*
- * COPYRIGHT (c) 1989-1999.
+ * COPYRIGHT (c) 1989-2008.
* On-Line Applications Research Corporation (OAR).
*
* The license and distribution terms for this file may be
@@ -22,6 +22,8 @@ void ITRON_Init( void );
/* configuration information */
+/* NOTICE: the clock driver is explicitly disabled */
+#define CONFIGURE_APPLICATION_DOES_NOT_NEED_CLOCK_DRIVER
#define CONFIGURE_APPLICATION_NEEDS_CONSOLE_DRIVER
#define CONFIGURE_MAXIMUM_ITRON_TASKS 1