From 1b2dd278797456ce69d35e83144f807722d21cea Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 21 May 2008 22:15:20 +0000 Subject: 2008-05-21 Joel Sherrill * itronhello/system.h, itronmbox01/system.h, itrontask02/system.h, itrontime01/system.h: Add use of CONFIGURE_APPLICATION_DOES_NOT_NEED_CLOCK_DRIVER. --- testsuites/itrontests/itrontime01/system.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'testsuites/itrontests/itrontime01/system.h') 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 -- cgit v1.2.3