summaryrefslogtreecommitdiffstats
path: root/testsuites/tmtests/include/timesys.h
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/tmtests/include/timesys.h')
-rw-r--r--testsuites/tmtests/include/timesys.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuites/tmtests/include/timesys.h b/testsuites/tmtests/include/timesys.h
index fc29cccccd..d0b0adbc96 100644
--- a/testsuites/tmtests/include/timesys.h
+++ b/testsuites/tmtests/include/timesys.h
@@ -62,6 +62,6 @@ TEST_EXTERN volatile uint32_t end_time; /* ending time variable */
TEST_EXTERN volatile uint32_t overhead; /* loop overhead variable */
TEST_EXTERN rtems_id Task_id[ OPERATION_COUNT+1 ]; /* array of task ids */
-TEST_EXTERN rtems_id Task_name[ OPERATION_COUNT+1 ]; /* array of task names */
+TEST_EXTERN rtems_name Task_name[ OPERATION_COUNT+1 ]; /* array of task names */
/* end of include file */