summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/sp06/task1.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/sptests/sp06/task1.c')
-rw-r--r--testsuites/sptests/sp06/task1.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuites/sptests/sp06/task1.c b/testsuites/sptests/sp06/task1.c
index c525e1b5de..f11fa931a3 100644
--- a/testsuites/sptests/sp06/task1.c
+++ b/testsuites/sptests/sp06/task1.c
@@ -21,9 +21,9 @@
#include "system.h"
rtems_task Task_1( argument )
-rtems_unsigned32 argument;
+uint32_t argument;
{
- rtems_unsigned32 pass;
+ uint32_t pass;
rtems_status_code status;
puts( "TA1 - is beginning to run" );