2011-07-26 Joel Sherrill <joel.sherrill@oarcorp.com>

* sp74/init.c: Does not need clock driver.
This commit is contained in:
Joel Sherrill
2011-07-26 17:33:51 +00:00
parent dacde6e4c1
commit 93f7c600f7
2 changed files with 5 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
2011-07-26 Joel Sherrill <joel.sherrill@oarcorp.com>
* sp74/init.c: Does not need clock driver.
2011-07-26 Pawel Zagorski <pzagor@agh.edu.pl>
PR 1853/tests

View File

@@ -80,7 +80,7 @@ rtems_task Init(
/* configuration information */
#include <bsp.h> /* for device driver prototypes */
#define CONFIGURE_APPLICATION_NEEDS_CLOCK_DRIVER
#define CONFIGURE_APPLICATION_DOES_NOT_NEED_CLOCK_DRIVER
#define CONFIGURE_APPLICATION_NEEDS_CONSOLE_DRIVER
#define CONFIGURE_MAXIMUM_TASKS 3