summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/sp11/task1.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/sptests/sp11/task1.c')
-rw-r--r--testsuites/sptests/sp11/task1.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuites/sptests/sp11/task1.c b/testsuites/sptests/sp11/task1.c
index e3c3a99caa..492b915617 100644
--- a/testsuites/sptests/sp11/task1.c
+++ b/testsuites/sptests/sp11/task1.c
@@ -26,7 +26,7 @@ rtems_task Task_1(
rtems_event_set eventout;
rtems_time_of_day time;
rtems_status_code status;
- rtems_unsigned32 index;
+ uint32_t index;
puts( "TA1 - rtems_event_send - send RTEMS_EVENT_16 to TA2" );
status = rtems_event_send( Task_id[ 2 ], RTEMS_EVENT_16 );