mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-11-16 12:34:45 +00:00
Changed RTEMS_MAXIMUM_NAME_LENGTH to ITRON_MAXIMUM_NAME_LENGTH.
This commit is contained in:
@@ -38,7 +38,7 @@ void _ITRON_Eventflags_Manager_initialization(
|
||||
/* control block */
|
||||
FALSE, /* TRUE if names for this object */
|
||||
/* are strings */
|
||||
RTEMS_MAXIMUM_NAME_LENGTH, /* maximum length of each object's */
|
||||
ITRON_MAXIMUM_NAME_LENGTH, /* maximum length of each object's */
|
||||
/* name */
|
||||
FALSE /* TRUE if this class is threads */
|
||||
);
|
||||
|
||||
@@ -39,7 +39,7 @@ void _ITRON_Fixed_memory_pool_Manager_initialization(
|
||||
/* size of this object's control block */
|
||||
FALSE, /* TRUE if names for this object */
|
||||
/* are strings */
|
||||
RTEMS_MAXIMUM_NAME_LENGTH, /* maximum length of each object's */
|
||||
ITRON_MAXIMUM_NAME_LENGTH, /* maximum length of each object's */
|
||||
/* name */
|
||||
FALSE /* TRUE if this class is threads */
|
||||
);
|
||||
|
||||
@@ -41,7 +41,7 @@ void _ITRON_Semaphore_Manager_initialization(
|
||||
sizeof( ITRON_Semaphore_Control ), /* size of this object's control block */
|
||||
FALSE, /* TRUE if names for this object */
|
||||
/* are strings */
|
||||
RTEMS_MAXIMUM_NAME_LENGTH, /* maximum length of each object's */
|
||||
ITRON_MAXIMUM_NAME_LENGTH, /* maximum length of each object's */
|
||||
/* name */
|
||||
FALSE /* TRUE if this class is threads */
|
||||
);
|
||||
|
||||
@@ -40,7 +40,7 @@ void _ITRON_Mailbox_Manager_initialization(
|
||||
sizeof( ITRON_Mailbox_Control ), /* size of this object's control block */
|
||||
FALSE, /* TRUE if names for this object */
|
||||
/* are strings */
|
||||
RTEMS_MAXIMUM_NAME_LENGTH, /* maximum length of each object's */
|
||||
ITRON_MAXIMUM_NAME_LENGTH, /* maximum length of each object's */
|
||||
/* name */
|
||||
FALSE /* TRUE if this class is threads */
|
||||
);
|
||||
|
||||
@@ -43,7 +43,7 @@ void _ITRON_Message_buffer_Manager_initialization(
|
||||
block */
|
||||
FALSE, /* TRUE if names for this
|
||||
object are strings */
|
||||
RTEMS_MAXIMUM_NAME_LENGTH, /* maximum length of each
|
||||
ITRON_MAXIMUM_NAME_LENGTH, /* maximum length of each
|
||||
object's name */
|
||||
FALSE /* TRUE if this class is threads */
|
||||
);
|
||||
|
||||
@@ -36,7 +36,7 @@ void _ITRON_Port_Manager_initialization(
|
||||
sizeof( ITRON_Port_Control ), /* size of this object's control block */
|
||||
FALSE, /* TRUE if names for this object */
|
||||
/* are strings */
|
||||
RTEMS_MAXIMUM_NAME_LENGTH, /* maximum length of each object's name */
|
||||
ITRON_MAXIMUM_NAME_LENGTH, /* maximum length of each object's name */
|
||||
FALSE /* TRUE if this class is threads */
|
||||
);
|
||||
|
||||
|
||||
@@ -39,7 +39,7 @@ void _ITRON_Variable_memory_pool_Manager_initialization(
|
||||
/* size of this object's control block */
|
||||
FALSE, /* TRUE if names for this object */
|
||||
/* are strings */
|
||||
RTEMS_MAXIMUM_NAME_LENGTH, /* maximum length of each object's */
|
||||
ITRON_MAXIMUM_NAME_LENGTH, /* maximum length of each object's */
|
||||
/* name */
|
||||
FALSE /* TRUE if this class is threads */
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user