mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-26 22:48:23 +00:00
2007-08-13 Chris Johns <chrisj@rtems.org>
* score/include/rtems/score/object.h: Point the OBJECTS_RTEMS_CLASSES_LAST macro to the last entry.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2007-08-13 Chris Johns <chrisj@rtems.org>
|
||||
* score/include/rtems/score/object.h: Point the
|
||||
OBJECTS_RTEMS_CLASSES_LAST macro to the last entry.
|
||||
|
||||
2007-07-31 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
PR 1248/networking
|
||||
|
||||
@@ -236,7 +236,7 @@ typedef enum {
|
||||
} Objects_Classic_API;
|
||||
|
||||
/** This macro is used to generically specify the last API index. */
|
||||
#define OBJECTS_RTEMS_CLASSES_LAST OBJECTS_RTEMS_EXTENSIONS
|
||||
#define OBJECTS_RTEMS_CLASSES_LAST OBJECTS_RTEMS_BARRIERS
|
||||
|
||||
/**
|
||||
* This enumerated type is used in the class field of the object ID
|
||||
|
||||
Reference in New Issue
Block a user