summaryrefslogtreecommitdiffstats
path: root/c/src/exec/itron/src/port.c
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/exec/itron/src/port.c')
-rw-r--r--c/src/exec/itron/src/port.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/exec/itron/src/port.c b/c/src/exec/itron/src/port.c
index 0e9d98eb04..df360e155d 100644
--- a/c/src/exec/itron/src/port.c
+++ b/c/src/exec/itron/src/port.c
@@ -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 */
);