summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/sp04/tswitch.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/sptests/sp04/tswitch.c')
-rw-r--r--testsuites/sptests/sp04/tswitch.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuites/sptests/sp04/tswitch.c b/testsuites/sptests/sp04/tswitch.c
index cafa1fe059..3be8f0e295 100644
--- a/testsuites/sptests/sp04/tswitch.c
+++ b/testsuites/sptests/sp04/tswitch.c
@@ -31,7 +31,7 @@ rtems_extension Task_switch(
rtems_tcb *heir
)
{
- rtems_unsigned32 index;
+ uint32_t index;
rtems_time_of_day time;
rtems_status_code status;