summaryrefslogtreecommitdiffstats
path: root/testsuites/tmtests/tm09/task1.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/tmtests/tm09/task1.c')
-rw-r--r--testsuites/tmtests/tm09/task1.c26
1 files changed, 13 insertions, 13 deletions
diff --git a/testsuites/tmtests/tm09/task1.c b/testsuites/tmtests/tm09/task1.c
index e26e9c255b..1cf8845724 100644
--- a/testsuites/tmtests/tm09/task1.c
+++ b/testsuites/tmtests/tm09/task1.c
@@ -91,21 +91,21 @@ rtems_task Test_task (
void queue_test()
{
- rtems_unsigned32 send_loop_time;
- rtems_unsigned32 urgent_loop_time;
- rtems_unsigned32 receive_loop_time;
- rtems_unsigned32 send_time;
- rtems_unsigned32 urgent_time;
- rtems_unsigned32 receive_time;
- rtems_unsigned32 empty_flush_time;
- rtems_unsigned32 flush_time;
- rtems_unsigned32 empty_flush_count;
- rtems_unsigned32 flush_count;
- rtems_unsigned32 index;
- rtems_unsigned32 iterations;
+ uint32_t send_loop_time;
+ uint32_t urgent_loop_time;
+ uint32_t receive_loop_time;
+ uint32_t send_time;
+ uint32_t urgent_time;
+ uint32_t receive_time;
+ uint32_t empty_flush_time;
+ uint32_t flush_time;
+ uint32_t empty_flush_count;
+ uint32_t flush_count;
+ uint32_t index;
+ uint32_t iterations;
long buffer[4];
rtems_status_code status;
- rtems_unsigned32 size;
+ uint32_t size;
send_loop_time = 0;
urgent_loop_time = 0;