2008-04-17 Joel Sherrill <joel.sherrill@oarcorp.com>

* fileio/init.c, hello/system.h, minimum/init.c, unlimited/system.h:
	Use CONFIGURE_APPLICATION_DOES_NOT_NEED_CLOCK_DRIVER where needed.
This commit is contained in:
Joel Sherrill
2008-04-17 22:46:15 +00:00
parent e31f420f4b
commit a645637b72
5 changed files with 60 additions and 1 deletions

View File

@@ -23,6 +23,9 @@ rtems_task Init(
#define CONFIGURE_RTEMS_INIT_TASKS_TABLE
#define CONFIGURE_MAXIMUM_TASKS 1
/* NOTICE: the clock driver is explicitly disabled */
#define CONFIGURE_APPLICATION_DOES_NOT_NEED_CLOCK_DRIVER
/*
* This is the smallest IO subsystem RTEMS currently supports.
*/