summaryrefslogtreecommitdiffstats
path: root/testsuites/tmtests/tmck/task1.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/tmtests/tmck/task1.c')
-rw-r--r--testsuites/tmtests/tmck/task1.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/testsuites/tmtests/tmck/task1.c b/testsuites/tmtests/tmck/task1.c
index e3e9ef3e58..f890201901 100644
--- a/testsuites/tmtests/tmck/task1.c
+++ b/testsuites/tmtests/tmck/task1.c
@@ -67,7 +67,7 @@ rtems_task Task_1(
rtems_task_argument argument
)
{
- rtems_unsigned32 index;
+ uint32_t index;
check_read_timer();
rtems_test_pause();
@@ -141,8 +141,8 @@ rtems_test_pause();
void check_read_timer()
{
- rtems_unsigned32 index;
- rtems_unsigned32 time;
+ uint32_t index;
+ uint32_t time;
for ( index = 1 ; index <= MAXIMUM_DISTRIBUTION ; index++ )
Distribution[ index ] = 0;