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