summaryrefslogtreecommitdiffstats
path: root/testsuites/samples/ticker/tasks.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--testsuites/samples/ticker/tasks.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuites/samples/ticker/tasks.c b/testsuites/samples/ticker/tasks.c
index 4ba35f61c1..e59557ed91 100644
--- a/testsuites/samples/ticker/tasks.c
+++ b/testsuites/samples/ticker/tasks.c
@@ -27,7 +27,7 @@ rtems_task Test_task(
{
rtems_id tid;
rtems_time_of_day time;
- rtems_unsigned32 task_index;
+ uint32_t task_index;
rtems_status_code status;
status = rtems_task_ident( RTEMS_SELF, RTEMS_SEARCH_ALL_NODES, &tid );