forked from Imagelibrary/rtems
Corrected typo (ifdef/define). Also spotted overnight by Ralf. :)
This commit is contained in:
@@ -184,19 +184,19 @@ rtems_initialization_tasks_table Initialization_tasks[] = {
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#ifdef CONFIGURE_TEST_NEEDS_TIMER_DRIVER
|
#ifdef CONFIGURE_TEST_NEEDS_TIMER_DRIVER
|
||||||
#ifdef CONFIGURE_APPLICATION_NEEDS_TIMER_DRIVER
|
#define CONFIGURE_APPLICATION_NEEDS_TIMER_DRIVER
|
||||||
#endif
|
#endif
|
||||||
#ifdef CONFIGURE_TEST_NEEDS_CONSOLE_DRIVER
|
#ifdef CONFIGURE_TEST_NEEDS_CONSOLE_DRIVER
|
||||||
#ifdef CONFIGURE_APPLICATION_NEEDS_CONSOLE_DRIVER
|
#define CONFIGURE_APPLICATION_NEEDS_CONSOLE_DRIVER
|
||||||
#endif
|
#endif
|
||||||
#ifdef CONFIGURE_TEST_NEEDS_CLOCK_DRIVER
|
#ifdef CONFIGURE_TEST_NEEDS_CLOCK_DRIVER
|
||||||
#ifdef CONFIGURE_APPLICATION_NEEDS_CLOCK_DRIVER
|
#define CONFIGURE_APPLICATION_NEEDS_CLOCK_DRIVER
|
||||||
#endif
|
#endif
|
||||||
#ifdef CONFIGURE_TEST_NEEDS_RTC_DRIVER
|
#ifdef CONFIGURE_TEST_NEEDS_RTC_DRIVER
|
||||||
#ifdef CONFIGURE_APPLICATION_NEEDS_RTC_DRIVER
|
#define CONFIGURE_APPLICATION_NEEDS_RTC_DRIVER
|
||||||
#endif
|
#endif
|
||||||
#ifdef CONFIGURE_TEST_NEEDS_STUB_DRIVER
|
#ifdef CONFIGURE_TEST_NEEDS_STUB_DRIVER
|
||||||
#ifdef CONFIGURE_APPLICATION_NEEDS_STUB_DRIVER
|
#define CONFIGURE_APPLICATION_NEEDS_STUB_DRIVER
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
@@ -240,14 +240,10 @@ rtems_driver_address_table Device_drivers[] = {
|
|||||||
* overridden by the user.
|
* overridden by the user.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef CONFIGURE_HAS_OWN_NUMBER_OF_DEVICES
|
|
||||||
|
|
||||||
#ifndef CONFIGURE_MAXIMUM_DEVICES
|
#ifndef CONFIGURE_MAXIMUM_DEVICES
|
||||||
#define CONFIGURE_MAXIMUM_DEVICES 20
|
#define CONFIGURE_MAXIMUM_DEVICES 20
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#endif /* CONFIGURE_HAS_OWN_NUMBER_OF_DEVICES */
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Default Configuration Table. This table contains the most values set in
|
* Default Configuration Table. This table contains the most values set in
|
||||||
* the RTEMS Test Suite. Each value may be overridden within each test to
|
* the RTEMS Test Suite. Each value may be overridden within each test to
|
||||||
|
|||||||
Reference in New Issue
Block a user