maximum_devices in Config.h

Detlev Schuemann schuemann at ohb-system.de
Tue Apr 29 12:03:41 UTC 2008


Hi,

in the file ".....\rtems-4.8\cpukit\sapi\include\rtems\config.h" I find the
following macro definition:

#define rtems_configuration_get_maximum_devices() \
        (_Configuration_Table->maximum_devices)

But the typedef rtems_configuration_table does not contain this member any
longer.

Shouldn't the macro be renamed like:
#define rtems_configuration_get_maximum_drivers () \
        (_Configuration_Table->maximum_drivers)

Best regards

Detlev





More information about the users mailing list